Skip to content

Commit 252bca8

Browse files
committed
add DESINAME
1 parent 746385c commit 252bca8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changes.rst

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

8+
* Add ``DESINAME`` description (PR #199).
89
* Update definition of ``ZCAT_NSPEC`` (PR `#187`_).
910
* Add note about equivalent width values in ``fuji`` and ``guadalupe`` (PR `#181`_).
1011
* Add note about units in FITS files (PR `#178`_).

py/desidatamodel/data/column_descriptions.csv

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ DELTA_CHI2,float32,,Difference of chi2 between redrock fit and MgII fitter over
4141
DELTA_X,float64,mm,CS5 X requested minus actual position
4242
DELTA_Y,float64,mm,CS5 Y requested minus actual position
4343
DESI_TARGET,int64,,DESI (dark time program) target selection bitmask
44+
DESINAME,char[22,,Identifier of a sky location precise to ~0.36 arcseconds that generally be used to refer to an object in a human-readable way. Note multiple objects can map to a single DESINAME if very close on the sky.
4445
DEVICE_LOC,int32,,Device location on focal plane [0-523]
4546
DEVICE_TYPE,char[3],,Device type
4647
EBV,float32,mag,Galactic extinction E(B-V) reddening from SFD98

0 commit comments

Comments
 (0)