jrenaud90 / TidalPy

Software suite to perform solid-body tidal dissipation calculations for rocky and icy worlds
Other
15 stars 3 forks source link

Allow the OrbitBase class setters to accept lists of planet refs #16

Closed jrenaud90 closed 3 years ago

jrenaud90 commented 5 years ago

So that one call can change multiple planet orbital parameters at once.

jrenaud90 commented 3 years ago

Added in version 0.2.1.dev9

Note that the implementation is currently just a list wrapper for orbit.set_state. Further optimizations could be made in the future.