Class OnBoardAntennaInterSatellitesRangeModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.OnBoardAntennaInterSatellitesRangeModifier
-
- All Implemented Interfaces:
EstimationModifier<InterSatellitesRange>
public class OnBoardAntennaInterSatellitesRangeModifier extends Object implements EstimationModifier<InterSatellitesRange>
On-board antenna offset effect on inter-satellites range measurements.- Since:
- 9.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description OnBoardAntennaInterSatellitesRangeModifier(org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter1, org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter2)
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.void
modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
-
-
-
Constructor Detail
-
OnBoardAntennaInterSatellitesRangeModifier
public OnBoardAntennaInterSatellitesRangeModifier(org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter1, org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter2)
Simple constructor.- Parameters:
antennaPhaseCenter1
- position of the Antenna Phase Center in satellite 1 frame (i.e. the satellite which receives the signal and performs the measurement)antennaPhaseCenter2
- position of the Antenna Phase Center in satellite 2 frame (i.e. the satellite which simply emits the signal in the one-way case, or reflects the signal in the two-way case)
-
-
Method Detail
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Get the drivers for this modifier parameters.- Specified by:
getParametersDrivers
in interfaceEstimationModifier<InterSatellitesRange>
- Returns:
- drivers for this modifier parameters
-
modify
public void modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.- Specified by:
modify
in interfaceEstimationModifier<InterSatellitesRange>
- Parameters:
estimated
- estimated measurement to modify
-
-