Skip to content

New command line arguments

Choose a tag to compare

@rzellem rzellem released this 21 Jan 00:57
f51a07a

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 -ov
    • python3 exotic.py -pre inits.json -nea
  • Also, -h will give a more in-depth explanation about each flag shown above and what they do by entering python3 exotic.py -h.

Bugfixes:

  • None.