Uses of Class
org.orekit.estimation.measurements.gnss.InterSatellitesOneWayRangeRate
-
Packages that use InterSatellitesOneWayRangeRate 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 InterSatellitesOneWayRangeRate in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return InterSatellitesOneWayRangeRate Modifier and Type Method Description InterSatellitesOneWayRangeRate
InterSatellitesOneWayRangeRateBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement. -
Uses of InterSatellitesOneWayRangeRate in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type InterSatellitesOneWayRangeRate Modifier and Type Method Description protected EstimatedMeasurement<InterSatellitesOneWayRangeRate>
InterSatellitesOneWayRangeRate. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurementBase<InterSatellitesOneWayRangeRate>
InterSatellitesOneWayRangeRate. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value without derivatives. -
Uses of InterSatellitesOneWayRangeRate in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type InterSatellitesOneWayRangeRate Modifier and Type Method Description void
RelativisticClockInterSatellitesOneWayRangeRateModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesOneWayRangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
-