Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.estimation.measurements.generation |
This package provides Orbit Determination measurements generation.
|
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 | Method and Description |
---|---|
List<EstimationModifier<T>> |
ObservedMeasurement.getModifiers()
Get the modifiers that apply to a measurement.
|
List<EstimationModifier<T>> |
AbstractMeasurement.getModifiers()
Get the modifiers that apply to a measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservedMeasurement.addModifier(EstimationModifier<T> modifier)
Add a modifier.
|
void |
AbstractMeasurement.addModifier(EstimationModifier<T> modifier)
Add a modifier.
|
Modifier and Type | Method and Description |
---|---|
List<EstimationModifier<T>> |
MeasurementBuilder.getModifiers()
Get the modifiers that apply to a measurement.
|
List<EstimationModifier<T>> |
AbstractMeasurementBuilder.getModifiers()
Get the modifiers that apply to a measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
MeasurementBuilder.addModifier(EstimationModifier<T> modifier)
Add a modifier.
|
void |
AbstractMeasurementBuilder.addModifier(EstimationModifier<T> modifier)
Add a modifier.
|
Modifier and Type | Class and Description |
---|---|
class |
WindUp
Modifier for wind-up effect in GNSS
phase measurements . |
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 |
DynamicOutlierFilter<T extends ObservedMeasurement<T>>
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.
|
class |
InterSatellitesPhaseAmbiguityModifier
Class modifying theoretical inter-satellites phase measurement with ambiguity.
|
class |
OnBoardAntennaInterSatellitesPhaseModifier
On-board antenna offset effect on inter-satellites phase measurements.
|
class |
OnBoardAntennaInterSatellitesRangeModifier
On-board antenna offset effect on inter-satellites range measurements.
|
class |
OnBoardAntennaOneWayGNSSPhaseModifier
On-board antenna offset effect on one-way GNSS phase measurements.
|
class |
OnBoardAntennaOneWayGNSSRangeModifier
On-board antenna offset effect on one-way GNSS range measurements.
|
class |
OnBoardAntennaPhaseModifier
On-board antenna offset effect on phase measurements.
|
class |
OnBoardAntennaRangeModifier
On-board antenna offset effect on range measurements.
|
class |
OnBoardAntennaTurnAroundRangeModifier
On-board antenna offset effect on turn around range measurements.
|
class |
OneWayGNSSPhaseAmbiguityModifier
Class modifying theoretical one-way GNSS phase measurement with ambiguity.
|
class |
OutlierFilter<T extends ObservedMeasurement<T>>
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.
|
class |
PhaseAmbiguityModifier
Class modifying theoretical phase measurement with ambiguity.
|
class |
PhaseIonosphericDelayModifier
Class modifying theoretical phase measurement with ionospheric delay.
|
class |
PhaseTroposphericDelayModifier
Class modifying theoretical phase measurement with tropospheric delay.
|
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 |
RelativisticClockInterSatellitesPhaseModifier
Class modifying theoretical inter-satellites phase measurement with relativistic clock correction.
|
class |
RelativisticClockInterSatellitesRangeModifier
Class modifying theoretical inter-satellites range measurement with relativistic clock correction.
|
class |
RelativisticClockOneWayGNSSPhaseModifier
Class modifying theoretical one-way GNSS phase measurement with relativistic clock correction.
|
class |
RelativisticClockOneWayGNSSRangeModifier
Class modifying theoretical one-way GNSS range measurement with relativistic clock correction.
|
class |
RelativisticClockPhaseModifier
Class modifying theoretical phase measurement with relativistic clock correction.
|
class |
RelativisticClockRangeModifier
Class modifying theoretical range measurement with relativistic clock correction.
|
class |
RelativisticClockRangeRateModifier
Class modifying theoretical range-rate measurement with relativistic frequency deviation.
|
class |
ShapiroInterSatellitePhaseModifier
Class modifying theoretical inter-satellites phase measurement with Shapiro time delay.
|
class |
ShapiroInterSatelliteRangeModifier
Class modifying theoretical range measurement with Shapiro time delay.
|
class |
ShapiroOneWayGNSSPhaseModifier
Class modifying theoretical one-way GNSS phase measurement with Shapiro time delay.
|
class |
ShapiroOneWayGNSSRangeModifier
Class modifying theoretical range measurement with Shapiro time delay.
|
class |
ShapiroPhaseModifier
Class modifying theoretical phase measurement with Shapiro time delay.
|
class |
ShapiroRangeModifier
Class modifying theoretical range measurement with Shapiro time 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-2021 CS GROUP. All rights reserved.