Skip to content

Commit 47917b2

Browse files
committed
Merge branch 'tickets/DM-17538'
2 parents f48a38f + 69bf338 commit 47917b2

3 files changed

Lines changed: 24 additions & 7 deletions

File tree

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,30 @@ This package includes data used by some unit tests
55
in [obs_decam](https://github.com/lsst/obs_decam).
66
The data files are edited version of publicly available data
77
from [NOAO Science Archive](http://www.portal-nvo.noao.edu) and
8-
[DECam Community Pipeline Calibration Files](http://www.ctio.noao.edu/noao/content/decam-calibration-files).
8+
[DECam Community Pipeline Calibration Files](http://www.ctio.noao.edu/noao/content/decam-calibration-files),
9+
as well as edited calibration products built from said publicly available data.
910

10-
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.
11+
* `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.
1112
This file contains all HDUs in the original file, and is useful for testing handling of "normal" multi-HDU DECam data.
12-
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.
13+
14+
* `rawData/raw/c4d_150227_012718_ori-stripped-shuffled.fits.fz` is identical to the above except that the HDU ordering has been randomly shuffled.
1315
This file is useful for testing reading of files that may not have the "typical" HDU ordering.
1416

15-
The file `rawData/raw/raw.fits` contains the imaging data from two detectors (1 and 25).
17+
* `rawData/raw/raw.fits` contains the imaging data from two detectors (1 and 25).
18+
19+
* `cpData/` contains DECam Community Pipeline Calibration files (an instcal, a dqmask, and a wtmap).
1620

17-
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.
21+
* `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.
1822
These files are not useful for testing pipelines, but they can be used to test butlers (ingestion and gen2 to gen3 conversion).
19-
`calibingested/` is a gen2 calib repo linking to the hits2015 calibration files.
20-
`ingested/` is a gen2 butler repo linking to the hits2015 raw files.
23+
24+
* `calibingested/` is a gen2 calib repo linking to the hits2015 calibration files.
25+
26+
* `ingested/` is a gen2 butler repo linking to the hits2015 raw files.
27+
28+
* `pipeline-calibs/` contains a LSST Science Pipelines built master bias frame and corresponding master flat frame.
29+
These were constructed using `cp_pipe`'s `constructBias.py` and `constructFlat.py`.
30+
Both files are for CCD 47, but have had all of the image data set to 0 to reduce file size.
31+
They are used to test parsing of calibration products as part of the gen2 calibration ingestion process.
2132

2233
Git LFS
2334
-------

pipeline-calibs/BIAS/BIAS-47.fits

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0b2f0002624a87c78f85c9490f737574b0f5280eadf78d27686a4cbc70c334e3
3+
size 1010880
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:caf905c8bdae08bb222c66b8e4bd2dc3a90072a05c8cb89732b9fc00ba50c511
3+
size 1010880

0 commit comments

Comments
 (0)