poliastro / validation

Validation of poliastro against external software.
Apache License 2.0
11 stars 6 forks source link

GMAT validation: wrappers and tests #1

Open jorgepiloto opened 4 years ago

jorgepiloto commented 4 years ago

I am trying to solve for https://github.com/poliastro/poliastro/issues/740 and therefore a comparison against another software is required. GMAT only requires a simple *.script file to generate an output *.txt file where orbit data is stored.

My plans the following:

What do you think about this draft idea? May be too hard to include GMAT binaries inside the repo?

astrojuanlu commented 4 years ago

My only concern is storing the GMAT binaries, I would strongly advise against it. In my view, we should only store here the scripts, and describe somewhere how to install the software.

The rest sounds about right! The most painful thing will be reading the data from the output .txt. Perhaps there's a way to return a more structured data format.