.. py:currentmodule:: lsst.ap.verify .. _ap-verify-datasets: ##################### The dataset framework ##################### The ``ap_verify`` system is designed to allow integration testing of the Alert Production pipeline on a variety of LSST precursor data. The dataset framework provides a common format and delivery system for the test data. In effect, datasets serve as an adapter between raw observatory output and the :ref:`LSST observatory interface (obs) framework`. .. _ap-verify-datasets-overview: Overview ======== Datasets are implemented as :ref:`Git LFS repositories with a specific format`. They provide the raw and calibration data files needed for an ``ap_verify`` run, and identify the observatory used to take the data. The observatory's ``obs`` package can then be used by ``ap_verify`` to ingest the data into the LSST system and run the pipeline. Datasets are deliberately simple to allow them to be created and maintained without much knowledge of the LSST stack, particularly of the :ref:`Butler I/O framework`. .. _ap-verify-datasets-details: In depth ======== .. toctree:: :maxdepth: 1 datasets-creation datasets-install datasets-butler .. _ap-verify-datasets-index: Existing datasets ================= * `HiTS2015 `_ * `HiTS2015 CI Subset `_ .. TODO: switch to toctree once these docs included in pipelines.lsst.io .. toctree:: :maxdepth: 1 /packages/ap_verify_hits2015/index /packages/ap_verify_ci_hits2015/index