ATKepoch ======== This tool allows for the various :ref:`Epochs ` tools to be utilised from the command line. The first argument sets the job to perform on the epoch list. See :ref:`tutorials ` for examples. .. rubric:: Usage 1 :heading-level: 2 .. code-block:: console ATKepoch show [-h] Calls :func:`showEpochs() `, printing the current epoch definitions to stdout. **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 2 :heading-level: 2 .. code-block:: console ATKepoch open [-h] Calls :func:`openEpochs() `, opening the epoch list in the default text editor. **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 3 :heading-level: 2 .. code-block:: console ATKepoch set [-h]
Calls :func:`setEpoch() `, setting the epoch of a survey (or catalogue alias) in a given
to . **Positional Arguments:** .. code-block:: console 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:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 4 :heading-level: 2 .. code-block:: console ATKepoch del [-h] Calls :func:`delEpoch() `, deleting an epoch definition for a given . **Positional Arguments:** .. code-block:: console alias Name of alias for which an epoch definition should be deleted **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 5 :heading-level: 2 .. code-block:: console ATKepoch reset [-h] Calls :func:`resetEpochs() `, resetting the epoch list to its default state. **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit