@@ -6,23 +6,32 @@ Default $DESI_ROOT/spectro/redux/SPECPROD
6
6
7
7
DESI spectroscopic data processing productions are grouped by spectroscopic
8
8
production names (SPECPROD), named after mountains for data releases,
9
- e.g. "fuji " for the ` Early Data Release <https://data.desi.lbl.gov/doc/releases/edr >`_.
9
+ * e.g. * "iron " for ` Data Release 1 <https://data.desi.lbl.gov/doc/releases/dr1 >`_.
10
10
11
11
Files in the top-level production directory:
12
12
13
- * :doc: `exposures-SPECPROD.fits <exposures-SPECPROD >`: summary of exposures
14
- * :doc: `tiles-SPECPROD.fits <tiles-SPECPROD >`: summary of tiles
15
-
13
+ * :doc: `exposures-SPECPROD.fits <exposures-SPECPROD >`: summary of exposures
14
+ * :doc: `tiles-SPECPROD.fits <tiles-SPECPROD >`: summary of tiles
15
+
16
16
Subdirectories under a spectroscopic production:
17
17
18
- * :doc: `zcatalog/ <zcatalog/index >`: summary redshift catalogs
19
- * :doc: `healpix/SURVEY/PROGRAM/PIXGROUP/PIXNUM <healpix/SURVEY/PROGRAM/PIXGROUP/PIXNUM/index >`:
20
- spectra, classifications, and redshifts coadded across tiles, grouped by survey, program, and healpixel.
21
- * :doc: `tiles/GROUPTYPE/TILEID/GROUPID/index <tiles/GROUPTYPE/TILEID/GROUPID/index >`:
22
- spectra, classifications, and redshifts coadded per tile.
23
- * :doc: `calibnight/NIGHT/ <calibnight/NIGHT/index >`: nightly calibrations
24
- * :doc: `preproc/NIGHT/EXPID <preproc/NIGHT/EXPID/index >`: preprocessed spectrograph CCD images
25
- * :doc: `exposures/NIGHT/EXPID <exposures/NIGHT/EXPID/index >`: per-exposure intermediate files
18
+ * :doc: `zcatalog/ <zcatalog/index >`: summary redshift catalogs
19
+ * :doc: `healpix/SURVEY/PROGRAM/PIXGROUP/PIXNUM <healpix/SURVEY/PROGRAM/PIXGROUP/PIXNUM/index >`:
20
+ spectra, classifications, and redshifts coadded across tiles, grouped by survey, program, and healpixel.
21
+ * :doc: `tiles/GROUPTYPE/TILEID/GROUPID/index <tiles/GROUPTYPE/TILEID/GROUPID/index >`:
22
+ spectra, classifications, and redshifts coadded per tile.
23
+ * :doc: `calibnight/NIGHT/ <calibnight/NIGHT/index >`: nightly calibrations
24
+ * :doc: `preproc/NIGHT/EXPID <preproc/NIGHT/EXPID/index >`: preprocessed spectrograph CCD images
25
+ * :doc: `exposures/NIGHT/EXPID <exposures/NIGHT/EXPID/index >`: per-exposure intermediate files
26
+
27
+ Other subdirectories that represent internal desispec _ pipeline details, but do not contain production data:
28
+
29
+ * exposure_tables/ : Details on individual exposures that are inputs to the pipeline.
30
+ For example, bad exposures may be marked in these tables.
31
+ * processing_tables/ : Details on the processing status of individual exposures.
32
+ * run/ : Scripts and log files produced by the desispec _ pipeline.
33
+
34
+ .. _desispec : https://github.com/desihub/desispec
26
35
27
36
.. toctree ::
28
37
:maxdepth: 1
0 commit comments