Class PythonAbstractWindUp<T extends ObservedMeasurement<T>>
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.AbstractWindUp<T>
-
- org.orekit.estimation.measurements.gnss.PythonAbstractWindUp<T>
-
- All Implemented Interfaces:
EstimationModifier<T>
,ParameterDriversProvider
public class PythonAbstractWindUp<T extends ObservedMeasurement<T>> extends AbstractWindUp<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonAbstractWindUp(Dipole emitter, Dipole receiver)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rotation
emitterToInert(EstimatedMeasurementBase<T> estimated)
Compute rotation from emitter to inertial frame.void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to objectRotation
receiverToInert(EstimatedMeasurementBase<T> estimated)
Compute rotation from receiver to inertial frame.-
Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractWindUp
getParametersDrivers, modifyWithoutDerivatives
-
Methods inherited from class java.lang.Object
clone, equals, 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
-
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
emitterToInert
public Rotation emitterToInert(EstimatedMeasurementBase<T> estimated)
Description copied from class:AbstractWindUp
Compute rotation from emitter to inertial frame.- Specified by:
emitterToInert
in classAbstractWindUp<T extends ObservedMeasurement<T>>
- Parameters:
estimated
- estimated measurement to modify- Returns:
- rotation from emitter to inertial frame
-
receiverToInert
public Rotation receiverToInert(EstimatedMeasurementBase<T> estimated)
Description copied from class:AbstractWindUp
Compute rotation from receiver to inertial frame.- Specified by:
receiverToInert
in classAbstractWindUp<T extends ObservedMeasurement<T>>
- Parameters:
estimated
- estimated measurement to modify- Returns:
- rotation from receiver to inertial frame
-
-