Recent Releases of oem
oem - v0.4.0
OEM v0.4.0 Release Notes
Key Changes
- Significantly optimized parsing and load times. Large KVN ephemeris files should load up to 95% faster with greatly reduced memory usage.
- Added initial support for creation of OEMs from TLEs. Requires
sgp4package and can be installed with pip installoem[tle]. - Added initial support for OEM comparisons by subtracting two OEM instances with matching frame and center parameters.
- Python
Published by bradsease about 2 years ago
oem - v0.3.0
OEM v0.3.0 Release Notes
Key Changes
- Implemented interpolation interface for
OrbitEphemerisMessageandEphemerisSegment - Implemented
.stepsand.resamplemethods to facilitate common usage of interpolation - Incorporated
defusedxmlto address XML-related parsing vulnerabilities
- Python
Published by bradsease over 5 years ago
oem - v0.2.0
OEM v0.2.0 Release Notes
Key Changes
The primary interface for reading OEM files is now
OrbitEphemerisMessage.open.Added support for XML OEM files.
Added
.save_asmethod toOrbitEphemerisMessageinstances to allow writing of OEMs in both KVN and XML formats.Added
OrbitEphemerisMessage.convertclass method to allow direct conversion of OEM files between KVN and XML formats.States now use astropy
Timeobjects to represent epochs with the correct scale.
- Python
Published by bradsease over 5 years ago