pysat / pysatMissions

Mission planning instrument tools for pysat
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

STY: Use pysat core code to reduce duplication of code for instruments #27

Closed jklenzing closed 3 years ago

jklenzing commented 4 years ago

Is your feature request related to a problem? Please describe. From a coding perspective, the orbit propagators here and the test instruments in pysat share a number of similarities, such as the 'filename' generation and other pysat standard functions. These instruments should import functions from pysat rather than duplicate the code over here.

Describe the solution you'd like As the testing methods in pysat get sorted out, rewrite the instruments here to import from there to improve maintainability.

Describe alternatives you've considered n/a

Additional context Requires a number of changes to pysat to be developed.

jklenzing commented 3 years ago

Closing with merge of #39