Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.estimation.measurements.modifiers |
Modifier and Type | Method and Description |
---|---|
List<EstimationModifier<T>> |
AbstractMeasurement.getModifiers()
Get the modifiers that apply to a measurement.
|
List<EstimationModifier<T>> |
ObservedMeasurement.getModifiers()
Get the modifiers that apply to a measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMeasurement.addModifier(EstimationModifier<T> modifier)
Add a modifier.
|
void |
ObservedMeasurement.addModifier(EstimationModifier<T> modifier)
Add a modifier.
|
Modifier and Type | Class and Description |
---|---|
class |
AngularIonosphericDelayModifier
Class modifying theoretical angular measurement with ionospheric delay.
|
class |
AngularRadioRefractionModifier
Class modifying theoretical angular measurement with ionospheric radio refractive index.
|
class |
AngularTroposphericDelayModifier
Class modifying theoretical angular measurement with tropospheric delay.
|
class |
Bias<T extends ObservedMeasurement<T>>
Class modeling a measurement bias.
|
class |
OnBoardAntennaInterSatellitesRangeModifier
On-board antenna offset effect on inter-satellites range measurements.
|
class |
OnBoardAntennaRangeModifier
On-board antenna offset effect on range measurements.
|
class |
OnBoardAntennaTurnAroundRangeModifier
On-board antenna offset effect on turn around range measurements.
|
class |
OutlierFilter<T extends ObservedMeasurement<T>>
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.
|
class |
RangeIonosphericDelayModifier
Class modifying theoretical range measurement with ionospheric delay.
|
class |
RangeRateIonosphericDelayModifier
Class modifying theoretical range-rate measurement with ionospheric delay.
|
class |
RangeRateTroposphericDelayModifier
Class modifying theoretical range-rate measurements with tropospheric delay.
|
class |
RangeTroposphericDelayModifier
Class modifying theoretical range measurement with tropospheric delay.
|
class |
TurnAroundRangeIonosphericDelayModifier
Class modifying theoretical TurnAroundRange measurement with ionospheric delay.
|
class |
TurnAroundRangeTroposphericDelayModifier
Class modifying theoretical turn-around TurnAroundRange measurement with tropospheric delay.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.