bradsease / oem

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

Add segment comparison tools #56

Closed bradsease closed 3 years ago

bradsease commented 3 years ago

Add EphemerisSegment.__sub__ method to support EphemerisSegment comparisons. Subtraction will return a SegmentCompare instance with steps method for sampling the compare segment.