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