ATKepoch

This tool allows for the various Epochs tools to be utilised from the command line. The first argument sets the job to perform on the epoch list. See tutorials for examples.

Usage 1

ATKepoch show [-h]

Calls showEpochs(), printing the current epoch definitions to stdout.

Optional Arguments:

-h, --help  Show help message and exit

Usage 2

ATKepoch open [-h]

Calls openEpochs(), opening the epoch list in the default text editor.

Optional Arguments:

-h, --help  Show help message and exit

Usage 3

ATKepoch set [-h] <section> <survey> <epoch>

Calls setEpoch(), setting the epoch of a survey (or catalogue alias) <survey> in a given <section> to <epoch>.

Positional Arguments:

section     Section of the epochs file in which survey or Vizier
            catalogue alias is found
survey      Survey for which epoch should be set
epoch       Epoch to set (e.g. 2016,0] for Jan 2016)

Optional Arguments:*

-h, --help  Show help message and exit

Usage 4

ATKepoch del [-h] <alias>

Calls delEpoch(), deleting an epoch definition for a given <alias>.

Positional Arguments:

alias       Name of alias for which an epoch definition should be
            deleted

Optional Arguments:

-h, --help  Show help message and exit

Usage 5

ATKepoch reset [-h]

Calls resetEpochs(), resetting the epoch list to its default state.

Optional Arguments:

-h, --help  Show help message and exit