galactics / beyond

Flight Dynamic Library
MIT License
49 stars 8 forks source link

Ephem and Orbit should expose the same interface #12

Closed galactics closed 7 years ago

galactics commented 7 years ago

This could allow to use both indistinctly in many case (visibility computation, extrapolation/interpolation)

ephem.extrapolate(Date.now())
orb.extrapolate(Date.now())