Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.estimation.measurements.gnss |
This package provides methods to handle GNSS measurements.
|
org.orekit.estimation.measurements.modifiers |
This package provides measurement modifier.
|
Modifier and Type | Class and Description |
---|---|
class |
EstimatedMeasurement<T extends ObservedMeasurement<T>>
Class holding an estimated theoretical value associated to an
observed measurement . |
Modifier and Type | Method and Description |
---|---|
EstimatedMeasurementBase<T> |
ObservedMeasurement.estimateWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value of the measurement, without derivatives.
|
EstimatedMeasurementBase<T> |
AbstractMeasurement.estimateWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value of the measurement, without derivatives.
|
protected EstimatedMeasurementBase<TurnAroundRange> |
TurnAroundRange.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<AngularAzEl> |
AngularAzEl.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<MultiplexedMeasurement> |
MultiplexedMeasurement.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<BistaticRange> |
BistaticRange.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<RangeRate> |
RangeRate.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<PV> |
PV.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<Position> |
Position.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected abstract EstimatedMeasurementBase<T> |
AbstractMeasurement.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<InterSatellitesRange> |
InterSatellitesRange.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<BistaticRangeRate> |
BistaticRangeRate.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<FDOA> |
FDOA.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<AngularRaDec> |
AngularRaDec.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<TDOA> |
TDOA.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<Range> |
Range.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
Modifier and Type | Method and Description |
---|---|
List<EstimatedMeasurementBase<?>> |
MultiplexedMeasurement.getEstimatedMeasurementsWithoutDerivatives()
Get the underlying estimated measurements without derivatives.
|
Modifier and Type | Method and Description |
---|---|
void |
EstimationModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
Modifier and Type | Method and Description |
---|---|
protected EstimatedMeasurementBase<Phase> |
Phase.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<OneWayGNSSPhase> |
OneWayGNSSPhase.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<OneWayGNSSRange> |
OneWayGNSSRange.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
protected EstimatedMeasurementBase<InterSatellitesPhase> |
InterSatellitesPhase.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
Modifier and Type | Method and Description |
---|---|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
InterSatellitesWindUp.emitterToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Compute rotation from emitter to inertial frame.
|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
WindUp.emitterToInert(EstimatedMeasurementBase<Phase> estimated)
Compute rotation from emitter to inertial frame.
|
protected abstract org.hipparchus.geometry.euclidean.threed.Rotation |
AbstractWindUp.emitterToInert(EstimatedMeasurementBase<T> estimated)
Compute rotation from emitter to inertial frame.
|
void |
AbstractWindUp.modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
InterSatellitesWindUp.receiverToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Compute rotation from receiver to inertial frame.
|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
WindUp.receiverToInert(EstimatedMeasurementBase<Phase> estimated)
Compute rotation from receiver to inertial frame.
|
protected abstract org.hipparchus.geometry.euclidean.threed.Rotation |
AbstractWindUp.receiverToInert(EstimatedMeasurementBase<T> estimated)
Compute rotation from receiver to inertial frame.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractShapiroBaseModifier.doModify(EstimatedMeasurementBase<?> estimated)
Modify measurement.
|
protected void |
AbstractAmbiguityModifier.doModifyWithoutDerivatives(EstimatedMeasurementBase<?> estimated)
Modify measurement.
|
void |
AngularRadioRefractionModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated) |
void |
AngularIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated) |
void |
AngularTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated) |
void |
AberrationModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<AngularRaDec> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
BistaticRangeIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
BistaticRangeTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
BistaticRangeRateTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
BistaticRangeRateIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
InterSatellitesPhaseAmbiguityModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OnBoardAntennaInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated) |
void |
ShapiroInterSatellitePhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
ShapiroInterSatelliteRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OnBoardAntennaInterSatellitesRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockInterSatellitesRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockInterSatellitesRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockOneWayGNSSPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OneWayGNSSPhaseAmbiguityModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
ShapiroOneWayGNSSPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OnBoardAntennaOneWayGNSSPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockOneWayGNSSPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OnBoardAntennaOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
ShapiroOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) |
void |
RelativisticClockPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseAmbiguityModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) |
void |
ShapiroPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseCentersPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
ShapiroRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseCentersRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RangeTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RangeIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RangeRateTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockRangeRateModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RangeRateIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OutlierFilter.modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
Bias.modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
static <T extends ObservedMeasurement<T>> |
RangeRateModifierUtil.modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated,
GroundStation station,
org.orekit.estimation.measurements.modifiers.ParametricModelEffect modelEffect)
Apply a modifier to an estimated measurement.
|
static <T extends ObservedMeasurement<T>> |
RangeModifierUtil.modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated,
GroundStation station,
org.orekit.estimation.measurements.modifiers.ParametricModelEffect modelEffect)
Apply a modifier to an estimated measurement.
|
void |
TDOATroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
TDOAIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated) |
void |
OnBoardAntennaTurnAroundRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
TurnAroundRangeTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
TurnAroundRangeIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated) |
double |
PhaseCentersGroundReceiverBaseModifier.oneWayDistanceModification(EstimatedMeasurementBase<T> estimated)
Compute distance modification for one way measurement.
|
protected double |
AbstractRelativisticClockModifier.relativisticCorrection(EstimatedMeasurementBase<?> estimated)
Computes the relativistic clock correction.
|
protected double |
AbstractRelativisticJ2ClockModifier.relativisticJ2Correction(EstimatedMeasurementBase<?> estimated)
Computes the relativistic J2 clock time delay correction.
|
double |
PhaseCentersGroundReceiverBaseModifier.twoWayDistanceModification(EstimatedMeasurementBase<T> estimated)
Apply a modifier to a two-way range measurement.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.