Skip to content

Commit

Permalink
Update README describing package contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed Jul 2, 2020
1 parent 23d3464 commit 3b8c20a
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,28 @@ This package includes data used by some unit tests
in [obs_decam](https://github.com/lsst/obs_decam).
The data files are edited version of publicly available data
from [NOAO Science Archive](http://www.portal-nvo.noao.edu) and
[DECam Community Pipeline Calibration Files](http://www.ctio.noao.edu/noao/content/decam-calibration-files).
[DECam Community Pipeline Calibration Files](http://www.ctio.noao.edu/noao/content/decam-calibration-files),
as well as edited calibration products built from said publicly available data.

The file `rawData/raw/c4d_150227_012718_ori-stripped.fits.fz` is taken from [ap_verify_hits2015](https://github.com/lsst/ap_verify_hits2015), with all of the image data set to 0 to reduce file size.
* `rawData/raw/c4d_150227_012718_ori-stripped.fits.fz` is taken from [ap_verify_hits2015](https://github.com/lsst/ap_verify_hits2015), with all of the image data set to 0 to reduce file size.
This file contains all HDUs in the original file, and is useful for testing handling of "normal" multi-HDU DECam data.
The `rawData/raw/c4d_150227_012718_ori-stripped-shuffled.fits.fz` is identical to the above except that the HDU ordering has been randomly shuffled.

* `rawData/raw/c4d_150227_012718_ori-stripped-shuffled.fits.fz` is identical to the above except that the HDU ordering has been randomly shuffled.
This file is useful for testing reading of files that may not have the "typical" HDU ordering.

The file `rawData/raw/raw.fits` contains the imaging data from two detectors (1 and 25).
* `rawData/raw/raw.fits` contains the imaging data from two detectors (1 and 25).

The `hits2015-zeroed` directory contains files from the `ap_verify_ci_hits2015` dataset that have had their image data set to the HDU number and then Hcompressed with `fpack` to reduce their size.
* `hits2015-zeroed/` contains files from the `ap_verify_ci_hits2015` dataset that have had their image data set to the HDU number and then Hcompressed with `fpack` to reduce their size.
These files are not useful for testing pipelines, but they can be used to test butlers (ingestion and gen2 to gen3 conversion).
`calibingested/` is a gen2 calib repo linking to the hits2015 calibration files.
`ingested/` is a gen2 butler repo linking to the hits2015 raw files.

* `calibingested/` is a gen2 calib repo linking to the hits2015 calibration files.

* `ingested/` is a gen2 butler repo linking to the hits2015 raw files.

* `pipeline-calibs/` contains a LSST Science Pipelines built master bias frame and corresponding master flat frame.
These were constructed using `cp_pipe`'s `constructBias.py` and `constructFlat.py`.
Both files are for CCD 47, but have had all of the image data set to 0 to reduce file size.
They are used to test parsing of calibration products as part of the gen2 calibration ingestion process.

Git LFS
-------
Expand Down

0 comments on commit 3b8c20a

Please sign in to comment.