Skip to content

Commit b6ec059

Browse files
authored
Merge pull request #192 from desihub/ADM-new-redrock-cols
Add 5 new columns to data model for Redrock file
2 parents 98a68fd + 5582b6d commit b6ec059

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

doc/DESI_SPECTRO_REDUX/SPECPROD/tiles/GROUPTYPE/TILEID/GROUPID/redrock-SPECTROGRAPH-TILEID-GROUPID.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,18 @@ MEAN_DELTA_X float32 mm Mean (over exposures) fiber diff
224224
RMS_DELTA_X float32 mm RMS (over exposures) of the fiber difference between measured and requested CS5 X location on focal plane
225225
MEAN_DELTA_Y float32 mm Mean (over exposures) fiber difference requested - actual CS5 Y location on focal plane
226226
RMS_DELTA_Y float32 mm RMS (over exposures) of the fiber difference between measured and requested CS5 Y location on focal plane
227+
MEAN_PSF_TO_FIBER_SPECFLUX float32 Mean of input exposures fraction of light from point-like source captured by 1.5 arcsec diameter fiber given atmospheric seeing
228+
MEAN_MJD float64 d Mean MJD across fibers contributing to coadd
229+
MEAN_FIBER_X float32 mm Mean (over exposures) fiber CS5 X location on focal plane
230+
MEAN_FIBER_Y float32 mm Mean (over exposures) fiber CS5 Y location on focal plane
227231
MEAN_FIBER_RA float64 deg Mean (over exposures) RA of actual fiber position
228232
STD_FIBER_RA float32 arcsec Standard deviation (over exposures) of RA of actual fiber position
229233
MEAN_FIBER_DEC float64 deg Mean (over exposures) DEC of actual fiber position
230234
STD_FIBER_DEC float32 arcsec Standard deviation (over exposures) of DEC of actual fiber position
231-
MEAN_PSF_TO_FIBER_SPECFLUX float32 Mean of input exposures fraction of light from point-like source captured by 1.5 arcsec diameter fiber given atmospheric seeing
232-
MEAN_FIBER_X float32 mm Mean (over exposures) fiber CS5 X location on focal plane
233-
MEAN_FIBER_Y float32 mm Mean (over exposures) fiber CS5 Y location on focal plane
235+
MIN_MJD float64 d Minimum MJD contributing to fiber coadd
236+
MAX_MJD float64 d Maximum MJD contributing to fiber coadd
237+
FIRSTNIGHT int32 First night tile was observed (YYYYMMDD)
238+
LASTNIGHT int32 Last night tile was observed (YYYYMMDD)
234239
========================== ======= ============ ===============================================================================================================================
235240

236241
.. [1] Optional

doc/changes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ desidatamodel Change Log
55
23.6 (unreleased)
66
-----------------
77

8+
* Add 5 coadd-related columns to the fibermap of the Redrock files (PR `#192`_).
89
* Add ``DESINAME`` description (PR `#189`_).
910
* Update definition of ``ZCAT_NSPEC`` (PR `#187`_).
1011
* Add note about equivalent width values in ``fuji`` and ``guadalupe`` (PR `#181`_).
@@ -14,6 +15,7 @@ desidatamodel Change Log
1415
.. _`#181`: https://github.com/desihub/desidatamodel/pull/181
1516
.. _`#187`: https://github.com/desihub/desidatamodel/pull/187
1617
.. _`#189`: https://github.com/desihub/desidatamodel/pull/189
18+
.. _`#192`: https://github.com/desihub/desidatamodel/pull/192
1719

1820
23.1 (2023-06-12)
1921
-----------------

0 commit comments

Comments
 (0)