Class OnBoardAntennaInterSatellitesPhaseModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.OnBoardAntennaInterSatellitesPhaseModifier
-
- All Implemented Interfaces:
EstimationModifier<InterSatellitesPhase>,ParameterDriversProvider
public class OnBoardAntennaInterSatellitesPhaseModifier extends Object implements EstimationModifier<InterSatellitesPhase>
On-board antenna offset effect on inter-satellites phase measurements.- Since:
- 10.3
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description OnBoardAntennaInterSatellitesPhaseModifier(Vector3D antennaPhaseCenter1, Vector3D antennaPhaseCenter2)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>getParametersDrivers()Get the drivers for parameters.voidmodifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)Apply a modifier to an estimated measurement without derivatives.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.estimation.measurements.EstimationModifier
modify
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Constructor Detail
-
OnBoardAntennaInterSatellitesPhaseModifier
public OnBoardAntennaInterSatellitesPhaseModifier(Vector3D antennaPhaseCenter1, 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 parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
public void modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Description copied from interface:EstimationModifierApply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<InterSatellitesPhase>- Parameters:
estimated- estimated measurement to modify
-
-