Uses of Class
org.orekit.estimation.measurements.gnss.InterSatellitesOneWayRangeRate
Packages that use InterSatellitesOneWayRangeRate
Package
Description
This package provides Orbit Determination measurements generation.
This package provides methods to handle GNSS measurements.
This package provides measurement modifier.
-
Uses of InterSatellitesOneWayRangeRate in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return InterSatellitesOneWayRangeRateModifier and TypeMethodDescriptionprotected InterSatellitesOneWayRangeRateInterSatellitesOneWayRangeRateBuilder.buildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement. -
Uses of InterSatellitesOneWayRangeRate in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type InterSatellitesOneWayRangeRateModifier and TypeMethodDescriptionInterSatellitesOneWayRangeRate.theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value.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 InterSatellitesOneWayRangeRateModifier and TypeMethodDescriptionvoidRelativisticClockInterSatellitesOneWayRangeRateModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesOneWayRangeRate> estimated) Apply a modifier to an estimated measurement without derivatives.