You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,30 @@ This package includes data used by some unit tests
5
5
in [obs_decam](https://github.com/lsst/obs_decam).
6
6
The data files are edited version of publicly available data
7
7
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.
9
10
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.
11
12
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.
13
15
This file is useful for testing reading of files that may not have the "typical" HDU ordering.
14
16
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).
16
20
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.
18
22
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.
0 commit comments