RimorRes / PreflightPy

Python module for Simulation and Optimization of Rocket Trajectories, SORT for short.
GNU General Public License v3.0
14 stars 1 forks source link

Refactor input #9

Closed RimorRes closed 3 years ago

RimorRes commented 4 years ago

The input used by the module (for the Environment and Parameters classes) should be more user-friendly and portable. That is, the files currently used as input methods should be replaced by a command line type input The JSON and PARAMS files could be kept but used as a secondary instead of a primary method. ♻️

RimorRes commented 3 years ago

Solved in #24