Class OnBoardAntennaInterSatellitesRangeModifier
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.PhaseCentersInterSatellitesBaseModifier<InterSatellitesRange>
-
- org.orekit.estimation.measurements.modifiers.OnBoardAntennaInterSatellitesRangeModifier
-
- All Implemented Interfaces:
EstimationModifier<InterSatellitesRange>,ParameterDriversProvider
public class OnBoardAntennaInterSatellitesRangeModifier extends PhaseCentersInterSatellitesBaseModifier<InterSatellitesRange> 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(Vector3D receiverPhaseCenter, Vector3D emitterPhaseCenter)Simple constructor.OnBoardAntennaInterSatellitesRangeModifier(FrequencyPattern receiverPattern, FrequencyPattern emitterPattern)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<InterSatellitesRange> estimated)Apply a modifier to an estimated measurement without derivatives.-
Methods inherited from class org.orekit.estimation.measurements.modifiers.PhaseCentersInterSatellitesBaseModifier
getEffectName, oneWayDistanceModification, twoWayDistanceModification
-
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
getEffectName, modify
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Constructor Detail
-
OnBoardAntennaInterSatellitesRangeModifier
public OnBoardAntennaInterSatellitesRangeModifier(Vector3D receiverPhaseCenter, Vector3D emitterPhaseCenter)
Simple constructor.- Parameters:
receiverPhaseCenter- position of the Antenna Phase Center in emitter satellite frameemitterPhaseCenter- position of the Antenna Phase Center in receiver satellite frame
-
OnBoardAntennaInterSatellitesRangeModifier
public OnBoardAntennaInterSatellitesRangeModifier(FrequencyPattern receiverPattern, FrequencyPattern emitterPattern)
Simple constructor.- Parameters:
receiverPattern- pattern for receiver satelliteemitterPattern- pattern for emitter satellite- Since:
- 12.1
-
-
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<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<InterSatellitesRange>- Parameters:
estimated- estimated measurement to modify
-
-