Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 5 new columns to data model for Redrock file #192

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,18 @@ MEAN_DELTA_X float32 mm Mean (over exposures) fiber diff
RMS_DELTA_X float32 mm RMS (over exposures) of the fiber difference between measured and requested CS5 X location on focal plane
MEAN_DELTA_Y float32 mm Mean (over exposures) fiber difference requested - actual CS5 Y location on focal plane
RMS_DELTA_Y float32 mm RMS (over exposures) of the fiber difference between measured and requested CS5 Y location on focal plane
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
MEAN_MJD float64 d Mean MJD across fibers contributing to coadd
MEAN_FIBER_X float32 mm Mean (over exposures) fiber CS5 X location on focal plane
MEAN_FIBER_Y float32 mm Mean (over exposures) fiber CS5 Y location on focal plane
MEAN_FIBER_RA float64 deg Mean (over exposures) RA of actual fiber position
STD_FIBER_RA float32 arcsec Standard deviation (over exposures) of RA of actual fiber position
MEAN_FIBER_DEC float64 deg Mean (over exposures) DEC of actual fiber position
STD_FIBER_DEC float32 arcsec Standard deviation (over exposures) of DEC of actual fiber position
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
MEAN_FIBER_X float32 mm Mean (over exposures) fiber CS5 X location on focal plane
MEAN_FIBER_Y float32 mm Mean (over exposures) fiber CS5 Y location on focal plane
MIN_MJD float64 d Minimum MJD contributing to fiber coadd
MAX_MJD float64 d Maximum MJD contributing to fiber coadd
FIRSTNIGHT int32 First night tile was observed (YYYYMMDD)
LASTNIGHT int32 Last night tile was observed (YYYYMMDD)
========================== ======= ============ ===============================================================================================================================

.. [1] Optional
Expand Down
2 changes: 2 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ desidatamodel Change Log
23.6 (unreleased)
-----------------

* Add 5 coadd-related columns to the fibermap of the Redrock files (PR `#192`_).
* Add ``DESINAME`` description (PR `#189`_).
* Update definition of ``ZCAT_NSPEC`` (PR `#187`_).
* Add note about equivalent width values in ``fuji`` and ``guadalupe`` (PR `#181`_).
Expand All @@ -14,6 +15,7 @@ desidatamodel Change Log
.. _`#181`: https://github.com/desihub/desidatamodel/pull/181
.. _`#187`: https://github.com/desihub/desidatamodel/pull/187
.. _`#189`: https://github.com/desihub/desidatamodel/pull/189
.. _`#192`: https://github.com/desihub/desidatamodel/pull/192

23.1 (2023-06-12)
-----------------
Expand Down
Loading