Class OnBoardAntennaOneWayGNSSPhaseModifier
java.lang.Object
org.orekit.estimation.measurements.modifiers.PhaseCentersOneWayGNSSBaseModifier<OneWayGNSSPhase>
org.orekit.estimation.measurements.modifiers.OnBoardAntennaOneWayGNSSPhaseModifier
- All Implemented Interfaces:
EstimationModifier<OneWayGNSSPhase>,ParameterDriversProvider
public class OnBoardAntennaOneWayGNSSPhaseModifier
extends PhaseCentersOneWayGNSSBaseModifier<OneWayGNSSPhase>
implements EstimationModifier<OneWayGNSSPhase>
On-board antenna offset effect on one-way GNSS phase measurements.
- Since:
- 10.3
- Author:
- Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionOnBoardAntennaOneWayGNSSPhaseModifier(Vector3D receiverPhaseCenter, Vector3D emitterPhaseCenter, AttitudeProvider attitudeProvider) Simple constructor.OnBoardAntennaOneWayGNSSPhaseModifier(FrequencyPattern receiverPattern, FrequencyPattern emitterPattern, AttitudeProvider attitudeProvider) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the drivers for parameters.voidApply a modifier to an estimated measurement without derivatives.Methods inherited from class org.orekit.estimation.measurements.modifiers.PhaseCentersOneWayGNSSBaseModifier
getEffectName, oneWayDistanceModificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.EstimationModifier
getEffectName, modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
OnBoardAntennaOneWayGNSSPhaseModifier
public OnBoardAntennaOneWayGNSSPhaseModifier(Vector3D receiverPhaseCenter, Vector3D emitterPhaseCenter, AttitudeProvider attitudeProvider) Simple constructor.- Parameters:
receiverPhaseCenter- position of the Antenna Phase Center in satellite 1 frame (i.e. the satellite which receives the signal and performs the measurement)emitterPhaseCenter- position of the Antenna Phase Center in satellite 2 frame (i.e. the satellite which simply emits the signal)attitudeProvider- attitude provider of the emitting satellite
-
OnBoardAntennaOneWayGNSSPhaseModifier
public OnBoardAntennaOneWayGNSSPhaseModifier(FrequencyPattern receiverPattern, FrequencyPattern emitterPattern, AttitudeProvider attitudeProvider) Simple constructor.- Parameters:
receiverPattern- pattern for receiver satelliteemitterPattern- pattern for emitter satelliteattitudeProvider- attitude provider of the emitting satellite- Since:
- 12.1
-
-
Method Details
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
modifyWithoutDerivatives
Apply a modifier to an estimated measurement without derivatives.- Specified by:
modifyWithoutDerivativesin interfaceEstimationModifier<OneWayGNSSPhase>- Parameters:
estimated- estimated measurement to modify
-