Skip to content

Commit a31b2ec

Browse files
committed
add missing column
1 parent 67693c7 commit a31b2ec

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/DESI_SPECTRO_REDUX/SPECPROD/exposures-SPECPROD.rst

+10-9
Original file line numberDiff line numberDiff line change
@@ -163,18 +163,19 @@ TILEDEC float64 deg DEC of tile given in fiberassign file
163163
MJD float64 Modified Julian Date when shutter was opened for this exposure.
164164
EXPTIME float32 s Length of time shutter was open.
165165
AIRMASS float32 Average airmass during this exposure.
166-
EBV float64 Galactic extinction E(B-V) reddening from SFD98_
166+
EBV float32 Galactic extinction E(B-V) reddening from SFD98_
167167
SEEING_ETC float64 arcsec Average FWHM atmospheric seeing during this exposure as measured by ETC.
168-
EFFTIME_ETC float32 s Effective exposure time for nominal conditions derived from exposure ETC data
168+
EFFTIME_ETC float64 s Effective exposure time for nominal conditions derived from exposure ETC data
169169
CAMERA char[2] Camera identifier. Passband and SPECGRPH ([brz][0-9]).
170-
TSNR2_GPBDARK float32 GPBDARK template (S/N)^2 summed over B,R,Z
171-
TSNR2_ELG float32 ELG template (S/N)^2 summed over B,R,Z
172-
TSNR2_GPBBRIGHT float32 GPBBRIGHT template (S/N)^2 summed over B,R,Z
170+
TSNR2_GPBDARK float64 GPBDARK template (S/N)^2 summed over B,R,Z
171+
TSNR2_ELG float64 ELG template (S/N)^2 summed over B,R,Z
172+
TSNR2_GPBBRIGHT float64 GPBBRIGHT template (S/N)^2 summed over B,R,Z
173173
TSNR2_LYA float64 LYA template (S/N)^2 summed over B,R,Z
174-
TSNR2_BGS float32 BGS template (S/N)^2 summed over B,R,Z
175-
TSNR2_GPBBACKUP float32 GPBBACKUP template (S/N)^2 summed over B,R,Z
176-
TSNR2_QSO float32 QSO template (S/N)^2 summed over B,R,Z
177-
TSNR2_LRG float32 LRG template (S/N)^2 summed over B,R,Z
174+
TSNR2_BGS float64 BGS template (S/N)^2 summed over B,R,Z
175+
TSNR2_GPBBACKUP float64 GPBBACKUP template (S/N)^2 summed over B,R,Z
176+
TSNR2_QSO float64 QSO template (S/N)^2 summed over B,R,Z
177+
TSNR2_LRG float64 LRG template (S/N)^2 summed over B,R,Z
178+
TSNR2_ALPHA float32 *Description needed.*
178179
SURVEY char[7] Survey name
179180
GOALTYPE char[6] The intended observing conditions for the tile
180181
FAPRGRM char[*] PROGRAM in fiberassign file

0 commit comments

Comments
 (0)