AstarVienna / METIS_Simulations

Scripts for simulating METIS with ScopeSim
1 stars 0 forks source link

some modifications to make running the script more easily customizable #12

Closed JenniferKarr closed 5 months ago

JenniferKarr commented 7 months ago

added command line options to run_script.py --inputYAML: specify input YAML files of recipes (makes it easier to run subsets of the simulations) --outputDir: specify output directory

will default to original values (recipes.yaml, ./output)

Moved dictionary / path definitions from start of raw_script.py to an importable file (simulationDefinitions), to keep user defined input separate from the main script.