Skip to content

Commit ff257b3

Browse files
committed
add some optional columns
1 parent ac0fe16 commit ff257b3

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

+14-5
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,19 @@ PARALLAX float32 mas Reference catalog parallax
205205
PHOTSYS char[1] 'N' for the MzLS/BASS photometric system, 'S' for DECaLS
206206
PRIORITY_INIT int64 Target initial priority from target selection bitmasks and OBSCONDITIONS
207207
NUMOBS_INIT int64 Initial number of observations for target calculated across target selection bitmasks and OBSCONDITIONS
208+
CMX_TARGET [1]_ int64 Target selection bitmask for commissioning
208209
SV1_DESI_TARGET [1]_ int64 DESI (dark time program) target selection bitmask for SV1
209210
SV1_BGS_TARGET [1]_ int64 BGS (bright time program) target selection bitmask for SV1
210211
SV1_MWS_TARGET [1]_ int64 MWS (bright time program) target selection bitmask for SV1
211212
SV1_SCND_TARGET [1]_ int64 Secondary target selection bitmask for SV1
213+
SV2_DESI_TARGET [1]_ int64 DESI (dark time program) target selection bitmask for SV2
214+
SV2_BGS_TARGET [1]_ int64 BGS (bright time program) target selection bitmask for SV2
215+
SV2_MWS_TARGET [1]_ int64 MWS (bright time program) target selection bitmask for SV2
216+
SV2_SCND_TARGET [1]_ int64 Secondary target selection bitmask for SV2
217+
SV3_DESI_TARGET [1]_ int64 DESI (dark time program) target selection bitmask for SV3
218+
SV3_BGS_TARGET [1]_ int64 BGS (bright time program) target selection bitmask for SV3
219+
SV3_MWS_TARGET [1]_ int64 MWS (bright time program) target selection bitmask for SV3
220+
SV3_SCND_TARGET [1]_ int64 Secondary target selection bitmask for SV3
212221
DESI_TARGET int64 DESI (dark time program) target selection bitmask
213222
BGS_TARGET int64 BGS (Bright Galaxy Survey) target selection bitmask
214223
MWS_TARGET int64 Milky Way Survey targeting bits
@@ -225,17 +234,17 @@ RMS_DELTA_X float32 mm RMS (over exposures) of the fibe
225234
MEAN_DELTA_Y float32 mm Mean (over exposures) fiber difference requested - actual CS5 Y location on focal plane
226235
RMS_DELTA_Y float32 mm RMS (over exposures) of the fiber difference between measured and requested CS5 Y location on focal plane
227236
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
237+
MEAN_MJD [1]_ float64 d Mean MJD across fibers contributing to coadd
229238
MEAN_FIBER_X float32 mm Mean (over exposures) fiber CS5 X location on focal plane
230239
MEAN_FIBER_Y float32 mm Mean (over exposures) fiber CS5 Y location on focal plane
231240
MEAN_FIBER_RA float64 deg Mean (over exposures) RA of actual fiber position
232241
STD_FIBER_RA float32 arcsec Standard deviation (over exposures) of RA of actual fiber position
233242
MEAN_FIBER_DEC float64 deg Mean (over exposures) DEC of actual fiber position
234243
STD_FIBER_DEC float32 arcsec Standard deviation (over exposures) of DEC of actual fiber position
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)
244+
MIN_MJD [1]_ float64 d Minimum MJD contributing to fiber coadd
245+
MAX_MJD [1]_ float64 d Maximum MJD contributing to fiber coadd
246+
FIRSTNIGHT [1]_ int32 First night tile was observed (YYYYMMDD)
247+
LASTNIGHT [1]_ int32 Last night tile was observed (YYYYMMDD)
239248
========================== ======= ============ ===============================================================================================================================
240249

241250
.. [1] Optional

0 commit comments

Comments
 (0)