Package org.orekit.estimation.sequential
Class PythonAbstractKalmanEstimator
- java.lang.Object
-
- org.orekit.estimation.sequential.AbstractKalmanEstimator
-
- org.orekit.estimation.sequential.PythonAbstractKalmanEstimator
-
public class PythonAbstractKalmanEstimator extends AbstractKalmanEstimator
-
-
Constructor Summary
Constructors Constructor Description PythonAbstractKalmanEstimator(List<? extends PropagatorBuilder> builders)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectKalmanEstimation
getKalmanEstimation()
Get the provider for kalman filter estimations.void
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 object-
Methods inherited from class org.orekit.estimation.sequential.AbstractKalmanEstimator
getCurrentDate, getCurrentMeasurementNumber, getEstimatedMeasurementsParameters, getOrbitalParametersDrivers, getPhysicalEstimatedCovarianceMatrix, getPhysicalEstimatedState, getPropagationParametersDrivers
-
-
-
-
Constructor Detail
-
PythonAbstractKalmanEstimator
public PythonAbstractKalmanEstimator(List<? extends PropagatorBuilder> builders)
Constructor.- Parameters:
builders
- list of propagator builders
-
-
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
-
getKalmanEstimation
public KalmanEstimation getKalmanEstimation()
Description copied from class:AbstractKalmanEstimator
Get the provider for kalman filter estimations.- Specified by:
getKalmanEstimation
in classAbstractKalmanEstimator
- Returns:
- the provider for Kalman filter estimations
-
-