Class RangeRateModifierUtil
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.RangeRateModifierUtil
-
public class RangeRateModifierUtil extends Object
Utility class modifying theoretical range-rate measurement.- Since:
- 11.2
- Author:
- Joris Olympio
-
-
Method Summary
-
-
-
Method Detail
-
modifyWithoutDerivatives
@Deprecated public static <T extends ObservedMeasurement<T>> void modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, GroundStation station, ParametricModelEffect modelEffect)
Deprecated.Apply a modifier to an estimated measurement.- Type Parameters:
T
- type of the measurement- Parameters:
estimated
- estimated measurement to modifystation
- ground stationmodelEffect
- model effect
-
modifyWithoutDerivatives
public static <T extends ObservedMeasurement<T>> void modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, GroundStation station, ParametricModelEffect modelEffect, EstimationModifier<T> modifier)
Apply a modifier to an estimated measurement.- Type Parameters:
T
- type of the measurement- Parameters:
estimated
- estimated measurement to modifystation
- ground stationmodelEffect
- model effectmodifier
- applied modifier- Since:
- 12.1
-
modify
@Deprecated public static <T extends ObservedMeasurement<T>> void modify(EstimatedMeasurement<T> estimated, ParameterDriversProvider parametricModel, AbstractGradientConverter converter, GroundStation station, ParametricModelEffect modelEffect, ParametricModelEffectGradient modelEffectGradient)
Deprecated.Apply a modifier to an estimated measurement.- Type Parameters:
T
- type of the measurement- Parameters:
estimated
- estimated measurement to modifystation
- ground stationconverter
- gradient converterparametricModel
- parametric modifier modelmodelEffect
- model effectmodelEffectGradient
- model effect gradient
-
modify
public static <T extends ObservedMeasurement<T>> void modify(EstimatedMeasurement<T> estimated, ParameterDriversProvider parametricModel, AbstractGradientConverter converter, GroundStation station, ParametricModelEffect modelEffect, ParametricModelEffectGradient modelEffectGradient, EstimationModifier<T> modifier)
Apply a modifier to an estimated measurement.- Type Parameters:
T
- type of the measurement- Parameters:
estimated
- estimated measurement to modifystation
- ground stationconverter
- gradient converterparametricModel
- parametric modifier modelmodelEffect
- model effectmodelEffectGradient
- model effect gradientmodifier
- applied modifier- Since:
- 12.1
-
-