Package org.orekit.orbits
Class PythonLibrationOrbit
- java.lang.Object
-
- org.orekit.orbits.LibrationOrbit
-
- org.orekit.orbits.PythonLibrationOrbit
-
public class PythonLibrationOrbit extends LibrationOrbit
-
-
Constructor Summary
Constructors Constructor Description PythonLibrationOrbit(CR3BPSystem system, PVCoordinates initialPV, double orbitalPeriod)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PVCoordinates
applyCorrectionOnPV(CR3BPDifferentialCorrection diff)
Apply the differential correction to compute more accurate initial PV.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-
Methods inherited from class org.orekit.orbits.LibrationOrbit
applyDifferentialCorrection, getInitialPV, getManifolds, getOrbitalPeriod
-
-
-
-
Constructor Detail
-
PythonLibrationOrbit
public PythonLibrationOrbit(CR3BPSystem system, PVCoordinates initialPV, double orbitalPeriod)
Constructor.- Parameters:
system
- CR3BP System consideredinitialPV
- initial position on a libration OrbitorbitalPeriod
- initial orbital period of the libration Orbit
-
-
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
-
applyCorrectionOnPV
public PVCoordinates applyCorrectionOnPV(CR3BPDifferentialCorrection diff)
Apply the differential correction to compute more accurate initial PV.- Specified by:
applyCorrectionOnPV
in classLibrationOrbit
- Parameters:
diff
- cr3bp differential correction- Returns:
- corrected PV coordinates
-
-