Skip to content

Commit

Permalink
Use real HiTS2015 visit IDs in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Aug 8, 2018
1 parent b2c2dce commit 4fc4f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/lsst.ap.verify/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ Using the :ref:`HiTS 2015 <ap_verify_hits2015-package>` dataset as an example, o

.. prompt:: bash

ap_verify.py --dataset HiTS2015 --id "visit=54123 ccdnum=25 filter=g" --output workspaces/hits/ --silent
ap_verify.py --dataset HiTS2015 --id "visit=412518 ccdnum=25 filter=g" --output workspaces/hits/ --silent

Here the inputs are:

* :command:`HiTS2015` is the :ref:`dataset name <ap-verify-dataset-name>`,
* :command:`visit=54123 ccdnum=25 filter=g` is the :ref:`dataId<command-line-task-dataid-howto-about-dataid-keys>` to process,
* :command:`visit=412518 ccdnum=25 filter=g` is the :ref:`dataId<command-line-task-dataid-howto-about-dataid-keys>` to process,

while the output is:

* :command:`workspaces/hits/` is the location where the pipeline will create any :ref:`Butler repositories<command-line-task-data-repo-using-uris>` necessary,

* :command:`--silent` disables SQuaSH metrics reporting.

This call will create a new directory at :file:`workspaces/hits`, ingest the HiTS data into a new repository based on :file:`<hits-data>/repo/`, then run visit 54123 through the entire AP pipeline.
This call will create a new directory at :file:`workspaces/hits`, ingest the HiTS data into a new repository based on :file:`<hits-data>/repo/`, then run visit 412518 through the entire AP pipeline.

.. note::

Expand Down

0 comments on commit 4fc4f2e

Please sign in to comment.