Uses of Class
org.orekit.estimation.measurements.gnss.InterSatellitesPhase
-
Packages that use InterSatellitesPhase Package Description 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. -
-
Uses of InterSatellitesPhase in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return InterSatellitesPhase Modifier and Type Method Description InterSatellitesPhase
InterSatellitesPhaseBuilder. build(SpacecraftState[] states)
Generate a single measurement. -
Uses of InterSatellitesPhase in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type InterSatellitesPhase Modifier and Type Method Description protected EstimatedMeasurement<InterSatellitesPhase>
InterSatellitesPhase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value. -
Uses of InterSatellitesPhase in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type InterSatellitesPhase Modifier and Type Method Description void
InterSatellitesPhaseAmbiguityModifier. modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.void
OnBoardAntennaInterSatellitesPhaseModifier. modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
void
RelativisticClockInterSatellitesPhaseModifier. modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.void
RelativisticJ2ClockInterSatellitesPhaseModifier. modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.void
ShapiroInterSatellitePhaseModifier. modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.
-