opengnc.interfaces.ccsds package
Submodules
opengnc.interfaces.ccsds.oem module
CCSDS Orbit Ephemeris Message (OEM) implementation.
- class opengnc.interfaces.ccsds.oem.OEM[source]
Bases:
objectOrbit Ephemeris Message (OEM) handler.
Supports reading and writing CCSDS OEM files.
- get_interpolated_state(epoch: str) ndarray[source]
Placeholder for orbital interpolation logic. In Phase 2, this would use Lagrange/Hermite interpolation.
opengnc.interfaces.ccsds.opm module
CCSDS Orbit Parameter Message (OPM) implementation.
Module contents
CCSDS standards implementation (OEM, OPM).
- class opengnc.interfaces.ccsds.OEM[source]
Bases:
objectOrbit Ephemeris Message (OEM) handler.
Supports reading and writing CCSDS OEM files.
- get_interpolated_state(epoch: str) ndarray[source]
Placeholder for orbital interpolation logic. In Phase 2, this would use Lagrange/Hermite interpolation.