Class PythonParametricModelEffect
- java.lang.Object
-
- org.orekit.estimation.measurements.modifiers.PythonParametricModelEffect
-
public class PythonParametricModelEffect extends Object
-
-
Constructor Summary
Constructors Constructor Description PythonParametricModelEffect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evaluate(GroundStation station, SpacecraftState state)
Evaluate the parametric model effect.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 object
-
-
-
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
-
evaluate
public double evaluate(GroundStation station, SpacecraftState state)
Evaluate the parametric model effect.- Parameters:
station
- stationstate
- spacecraft state- Returns:
- the measurement error due to parametric model
-
-