Package org.orekit.estimation.sequential
Class PythonSemiAnalyticalProcess
- java.lang.Object
-
- org.orekit.estimation.sequential.PythonSemiAnalyticalProcess
-
- All Implemented Interfaces:
SemiAnalyticalProcess
public class PythonSemiAnalyticalProcess extends Object implements SemiAnalyticalProcess
-
-
Constructor Summary
Constructors Constructor Description PythonSemiAnalyticalProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
finalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate)
Finalize estimation.void
finalizeOperationsObservationGrid()
Finalize estimation operations on the observation grid.KalmanObserver
getObserver()
Get the observer for Kalman Filter estimations.void
initializeShortPeriodicTerms(SpacecraftState meanState)
Initialize the short periodic terms for the Kalman Filter.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 objectvoid
updateNominalSpacecraftState(SpacecraftState nominal)
Update the nominal spacecraft state.void
updateShortPeriods(SpacecraftState state)
Update the DSST short periodic terms.
-
-
-
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
-
getObserver
public KalmanObserver getObserver()
Description copied from interface:SemiAnalyticalProcess
Get the observer for Kalman Filter estimations.- Specified by:
getObserver
in interfaceSemiAnalyticalProcess
- Returns:
- the observer for Kalman Filter estimations
-
initializeShortPeriodicTerms
public void initializeShortPeriodicTerms(SpacecraftState meanState)
Description copied from interface:SemiAnalyticalProcess
Initialize the short periodic terms for the Kalman Filter.- Specified by:
initializeShortPeriodicTerms
in interfaceSemiAnalyticalProcess
- Parameters:
meanState
- mean state for auxiliary elements
-
updateShortPeriods
public void updateShortPeriods(SpacecraftState state)
Description copied from interface:SemiAnalyticalProcess
Update the DSST short periodic terms.- Specified by:
updateShortPeriods
in interfaceSemiAnalyticalProcess
- Parameters:
state
- current mean state
-
updateNominalSpacecraftState
public void updateNominalSpacecraftState(SpacecraftState nominal)
Description copied from interface:SemiAnalyticalProcess
Update the nominal spacecraft state.- Specified by:
updateNominalSpacecraftState
in interfaceSemiAnalyticalProcess
- Parameters:
nominal
- nominal spacecraft state
-
finalizeEstimation
public void finalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate)
Description copied from interface:SemiAnalyticalProcess
Finalize estimation.- Specified by:
finalizeEstimation
in interfaceSemiAnalyticalProcess
- Parameters:
observedMeasurement
- measurement that has just been processedestimate
- corrected estimate
-
finalizeOperationsObservationGrid
public void finalizeOperationsObservationGrid()
Description copied from interface:SemiAnalyticalProcess
Finalize estimation operations on the observation grid.- Specified by:
finalizeOperationsObservationGrid
in interfaceSemiAnalyticalProcess
-
-