nasa / dorado-scheduling

Dorado observation planning and scheduling simulations
Other
22 stars 8 forks source link

Defer evaluation of orbital period in unit conversion #97

Closed lpsinger closed 4 months ago

lpsinger commented 4 months ago

The Spice orbit class does not define an orbital period. When we set up orbital period units, don't actually attempt to evaluate the orbital period unless the user actually attempts to do a unit conversion.

Fixes #94.