Class RangeModifierUtil


  • public class RangeModifierUtil
    extends Object
    Utility class modifying theoretical range measurement.
    Since:
    11.2
    Author:
    Maxime Journot, Joris Olympio
    • Method Detail

      • modifyWithoutDerivatives

        public static <T extends ObservedMeasurement<T>> void modifyWithoutDerivatives​(EstimatedMeasurementBase<T> estimated,
                                                                                       GroundStation station,
                                                                                       org.orekit.estimation.measurements.modifiers.ParametricModelEffect modelEffect)
        Apply a modifier to an estimated measurement.
        Type Parameters:
        T - type of the measurement
        Parameters:
        estimated - estimated measurement to modify
        station - ground station
        modelEffect - model effect
        Since:
        12.0
      • modify

        public static <T extends ObservedMeasurement<T>> void modify​(EstimatedMeasurement<T> estimated,
                                                                     ParameterDriversProvider parametricModel,
                                                                     AbstractGradientConverter converter,
                                                                     GroundStation station,
                                                                     org.orekit.estimation.measurements.modifiers.ParametricModelEffect modelEffect,
                                                                     org.orekit.estimation.measurements.modifiers.ParametricModelEffectGradient modelEffectGradient)
        Apply a modifier to an estimated measurement.
        Type Parameters:
        T - type of the measurement
        Parameters:
        estimated - estimated measurement to modify
        station - ground station
        converter - gradient converter
        parametricModel - parametric modifier model
        modelEffect - model effect
        modelEffectGradient - model effect gradient