https://github.com/lsst/ap_verify_ci_hits2015
Data from HiTS (2015) for fast testing of alert production in the LSST DM stack.
https://github.com/lsst/ap_verify_ci_hits2015
Last synced: 8 months ago
JSON representation
Data from HiTS (2015) for fast testing of alert production in the LSST DM stack.
- Host: GitHub
- URL: https://github.com/lsst/ap_verify_ci_hits2015
- Owner: lsst
- Created: 2018-07-25T22:07:00.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T17:45:07.000Z (8 months ago)
- Last Synced: 2025-10-21T19:30:07.659Z (8 months ago)
- Language: Python
- Homepage:
- Size: 2.5 MB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# ap_verify_ci_hits2015
Data from HiTS (2015) for fast testing of alert production in the LSST Science Pipelines.
This and other `ap_verify` "datasets" are based on [ap_verify_dataset_template](https://github.com/lsst-dm/ap_verify_dataset_template).
Contains DECam data from the HiTS (2015) fields `Blind15A_40` and `Blind15A_42`:
* Visit 411371, Detectors (ccds) 56 and 60
* Visit 411420, Detectors (ccds) 5 and 10
* Visit 419802, Detectors (ccds) 5 and 10
Relevant Files and Directories
-----
path | description
:---------------------|:-----------------------------
`config` | Dataset-specific configs to help the Science Pipelines work with this dataset.
`doc` | Contains Sphinx package documentation for the dataset.
`pipelines` | Dataset-specific pipelines to run on this dataset.
`preloaded` | Starter Gen3 Butler repo containing a skymap, DECam Community Pipeline MasterCalibs from the 2015 HiTS campaign, deep g-band coadds for use as differencing templates, Gaia and PS1 reference catalogs in HTM format for regions overlapping any visit in the dataset, mock APDB outputs based on the raw images, and a pretrained machine learning model for real/bogus classification.
`raw` | Raw, compressed DECam fits images from the HiTS (2015) fields `Blind15A_40` and `Blind15A_42`.
`scripts` | Scripts and data for generating this dataset.
Git LFS
-------
To clone and use this repository, you'll need Git Large File Storage (LFS).
Our [Developer Guide](http://developer.lsst.io/en/latest/tools/git_lfs.html) explains how to setup Git LFS for LSST development.
Usage
-----
`ap_verify_ci_hits2015` is designed to be run using [`ap_verify`](https://pipelines.lsst.io/modules/lsst.ap.verify/), which is distributed as part of the `lsst_distrib` package of the [LSST Science Pipelines](https://pipelines.lsst.io/).
This dataset is not included in `lsst_distrib` and is not available through `newinstall.sh`.
However, it can be installed explicitly with the [LSST Software Build Tool](https://developer.lsst.io/stack/lsstsw.html) or by cloning directly:
git clone https://github.com/lsst/ap_verify_ci_hits2015/
setup -r ap_verify_ci_hits2015
See the Science Pipelines documentation for more detailed instructions on [installing datasets](https://pipelines.lsst.io/modules/lsst.ap.verify/datasets-install.html) and [running `ap_verify`](https://pipelines.lsst.io/modules/lsst.ap.verify/running.html).