Uses of Class
org.orekit.estimation.measurements.gnss.OneWayGNSSPhase
-
Packages that use OneWayGNSSPhase Package Description org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier. -
-
Uses of OneWayGNSSPhase in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type OneWayGNSSPhase Modifier and Type Method Description protected EstimatedMeasurement<OneWayGNSSPhase>
OneWayGNSSPhase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value. -
Uses of OneWayGNSSPhase in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type OneWayGNSSPhase Modifier and Type Method Description void
OnBoardAntennaOneWayGNSSPhaseModifier. modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.void
OneWayGNSSPhaseAmbiguityModifier. modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.void
RelativisticClockOneWayGNSSPhaseModifier. modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.void
RelativisticJ2ClockOneWayGNSSPhaseModifier. modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.void
ShapiroOneWayGNSSPhaseModifier. modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
-