Class WindUp
java.lang.Object
org.orekit.estimation.measurements.gnss.AbstractWindUp<Phase>
org.orekit.estimation.measurements.gnss.WindUp
- All Implemented Interfaces:
EstimationModifier<Phase>,ParameterDriversProvider
Modifier for wind-up effect in GNSS
phase measurements.- Since:
- 10.1
- Author:
- Luc Maisonobe
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected RotationemitterToInert(EstimatedMeasurementBase<Phase> estimated) Compute rotation from emitter to inertial frame.protected RotationreceiverToInert(EstimatedMeasurementBase<Phase> estimated) Compute rotation from receiver to inertial frame.Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractWindUp
cacheAngularWindUp, getAngularWindUp, getEffectName, getParametersDrivers, modifyWithoutDerivatives, setAngularWindUpMethods 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
modifyMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Method Details
-
emitterToInert
Compute rotation from emitter to inertial frame.- Specified by:
emitterToInertin classAbstractWindUp<Phase>- Parameters:
estimated- estimated measurement to modify- Returns:
- rotation from emitter to inertial frame
-
receiverToInert
Compute rotation from receiver to inertial frame.- Specified by:
receiverToInertin classAbstractWindUp<Phase>- Parameters:
estimated- estimated measurement to modify- Returns:
- rotation from receiver to inertial frame
-