bradsease / oem

Python tools for working with Orbit Ephemeris Messages (OEMs)
MIT License
17 stars 5 forks source link

Use astropy times to represent epochs #10

Closed bradsease closed 4 years ago

bradsease commented 4 years ago

Currently all epochs are represented by basic DateTime objects. Instead, epochs should be astropy Time objects with the correct timescale.