Skip to content

Commit e81dcb3

Browse files
committed
update IN_COADD definitions
1 parent f77f6e6 commit e81dcb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/desidatamodel/data/column_descriptions.csv

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ HGAMMA_SHARE_IVAR,float32,,NaN (SHARE not relevant for HGAMMA line),NaN (SHARE n
163163
HGAMMA_SIGMA,float32,Angstrom,Fitted HGAMMA line width in the observed frame,Fitted line width (in the observed frame) for the HGAMMA line
164164
HGAMMA_SIGMA_IVAR,float32,Angstrom^-2,Inverse variance of HGAMMA_SIGMA (obs frame),Inverse variance of the fitted line width (in the observed frame) for the HGAMMA line
165165
HPXPIXEL,int64,,HEALPixel at this location (NSIDE=64; NESTED),HEALPixel containing this location at NSIDE=64 in the NESTED scheme
166-
IN_COADD_B,bool,,DEFINITION NEEDED,DEFINITION NEEDED
167-
IN_COADD_R,bool,,DEFINITION NEEDED,DEFINITION NEEDED
168-
IN_COADD_Z,bool,,DEFINITION NEEDED,DEFINITION NEEDED
166+
IN_COADD_B,bool,,Fiber/exp used in coadd of camera B,If True this fiber in this exposure was used in the coadd of camera B
167+
IN_COADD_R,bool,,Fiber/exp used in coadd of camera R,If True this fiber in this exposure was used in the coadd of camera R
168+
IN_COADD_Z,bool,,Fiber/exp used in coadd of camera Z,If True this fiber in this exposure was used in the coadd of camera Z
169169
IN_DESI,int16,,Used by fiberassign to create tile; set to 1,Used by fiberassign to make a tile in the DESI footprint; always set to 1
170170
IN_RADIUS,float32,arcsec,Radius used to set the IN_BRIGHT_OBJECT bit,Radius used to set the ``IN_BRIGHT_OBJECT`` bit in the ``DESI_TARGET`` bitmask.
171171
IS_QSO_MGII,bool,,True if the object passes the MgII selection,Boolean: True if the object passes the MgII selection

0 commit comments

Comments
 (0)