Skip to content

Commit

Permalink
Merge branch 'edr-cleanup' of https://github.com/desihub/desidatamodel
Browse files Browse the repository at this point in the history
…into edr-cleanup
  • Loading branch information
sbailey committed Jun 1, 2023
2 parents 3884218 + 95428a0 commit 8a398d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ EXPID int DESI Exposure ID number
TILEID int Unique DESI tile ID
SURVEY char[*] Survey name
PROGRAM char[*] DESI program type - BRIGHT, DARK, BACKUP, OTHER
SPECTRO int TODO: description needed
SPECTRO int Spectrograph number [0-9]
HEALPIX int HEALPixel containing this location at NSIDE=64 in the NESTED scheme
======== ======= ================================================================================
1 change: 1 addition & 0 deletions py/desidatamodel/data/column_descriptions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ SHAPE_E2_IVAR,float32,,Inverse variance of SHAPE_E2
SHAPE_R,float32,arcsec,Half-light radius of galaxy model (>0)
SHAPE_R_IVAR,float32,arcsec^-2,Inverse variance of SHAPE_R
SIGMA_MGII,float32,Angstrom,Fitted parameter SIGMA (linewidth) by MgII fitter (in angstrom?)
SPECTRO,int16,,Spectrograph number [0-9]
SPECTROID,int32,,Hardware ID of spectrograph (not used)
SPECTYPE,char[6],,"Spectral type of Redrock best fit template (e.g. GALAXY, QSO, STAR)"
SPGRPVAL,int32,,Value by which spectra are grouped for a coadd (e.g. a YEARMMDD night)
Expand Down

0 comments on commit 8a398d0

Please sign in to comment.