Orbit Data Messages (CCSDS 502.0-B-3)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

odm: fix README — linear→Lagrange interpolation, add position_at and OPM

+6 -2
+6 -2
README.md
··· 2 2 3 3 Orbit Data Messages (CCSDS 502.0-B-3). 4 4 5 - Parse and manipulate Orbit Ephemeris Messages (OEM) in KVN format. Supports multi-segment files, optional acceleration data, and linear interpolation for position queries at arbitrary times. 5 + Parse and manipulate Orbit Ephemeris Messages (OEM) and Orbit Parameter 6 + Messages (OPM) in KVN format. Supports multi-segment files, optional 7 + acceleration data, and Lagrange polynomial interpolation for position queries 8 + at arbitrary times. 6 9 7 10 ## Installation 8 11 ··· 34 37 - **`type metadata`** -- Object name/ID, reference frame, time system, interpolation info 35 38 - **`of_kvn_string`**, **`of_kvn_channel`**, **`of_kvn_file`** -- Parse KVN format 36 39 - **`segments`**, **`state_vectors`**, **`epoch_range`** -- Accessors 37 - - **`interpolate`** -- Linear position interpolation at arbitrary Unix timestamp 40 + - **`interpolate`** -- Lagrange polynomial interpolation within a segment 41 + - **`position_at`** -- Search all segments and interpolate at a given time 38 42 39 43 ## Testing 40 44