runphilrun / TDU

Thruster design utility for satellite propulsion
https://stemn.com/projects/thruster-design-tool
Apache License 2.0
9 stars 3 forks source link

(feat) Config.ini support for Matlab #24

Closed runphilrun closed 8 years ago

runphilrun commented 8 years ago

Currently the Python script reads propellant, nozzle, and chamber data from config.ini. Rather than hard-coded input values, Matlab should read from this same .ini file.

The only input should theoretically be these ini files, which could be saved/swapped.

runphilrun commented 8 years ago

Support added with PR #26