I am trying to solve for poliastro/poliastro#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?
I am trying to solve for poliastro/poliastro#740 and therefore a comparison against another software is required. GMAT only requires a simple
*.scriptfile to generate an output*.txtfile where orbit data is stored.My plans the following:
gmat/core,gmat/scriptsandgmat/resultsfolders were GMAT binaries, scripts and output data files are stored respectivelymake gmat_testsfrom a customMakefile, scripts are runned and output files are generated*.scriptfiles when generating the*.txtoutput file, so a Python reader is specifically designed to extract interesting data from those filestestsdirectory makes use of those readers and data files to run the poliastro validationWhat do you think about this draft idea? May be too hard to include GMAT binaries inside the repo?