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