New command line arguments
Features:
-
An additional command-line argument has been added to adopt all NASA Exoplanet Archive (NEA) parameters, and it will be noted as -nea.
-
Command-line arguments have been updated to the following example options (instructions will be updated in PDF soon):
-
python3 exotic.py -red inits.json: Complete reduction with inits.json file -
python3 exotic.py -pre inits.json: Nested sampler only for prereduced datasets with inits.json file -
python3 exotic.py -rt image_directory.fits: Real-time reductions with a path to image directory -
-ov: Can be used with -red & -pre to override the NEA parameters with inits.json parameters. -
-nea: Can be used with -red & -pre to adopt all NEA parameters with no command-line inputs and will ignore inits.json parameters.
-
-
Some examples of how they can be used with the command-line arguments from above:
python3 exotic.py -red inits.json -ovpython3 exotic.py -pre inits.json -nea
-
Also,
-hwill give a more in-depth explanation about each flag shown above and what they do by enteringpython3 exotic.py -h.
Bugfixes:
- None.