Class OnBoardAntennaTurnAroundRangeModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.OnBoardAntennaTurnAroundRangeModifier
-
- All Implemented Interfaces:
EstimationModifier<TurnAroundRange>
public class OnBoardAntennaTurnAroundRangeModifier extends Object implements EstimationModifier<TurnAroundRange>
On-board antenna offset effect on turn around range measurements.- Since:
- 9.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description OnBoardAntennaTurnAroundRangeModifier(org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>getParametersDrivers()Get the drivers for this modifier parameters.voidmodify(EstimatedMeasurement<TurnAroundRange> estimated)Apply a modifier to an estimated measurement.
-
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDriversin interfaceEstimationModifier<TurnAroundRange>- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modifyin interfaceEstimationModifier<TurnAroundRange>- Parameters:
estimated- estimated measurement to modify
-
-