Skip to content

Commit

Permalink
Merge pull request #187 from LauraOlivera/pointing_in_obs_table
Browse files Browse the repository at this point in the history
Add OBS_MODE to the observation index table
  • Loading branch information
maxnoe committed Feb 11, 2022
2 parents f73d6db + 51a408f commit 4978083
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions source/data_storage/obs_index/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ Required columns

* ``OBS_ID`` type: int
* Unique observation identifier (Run number)
* ``OBS_MODE`` type: string
* Observation mode. See notes on :ref:`iact-events-obs-mode`.
* ``RA_PNT`` type: float, unit: deg
* Obsevation pointing right ascension (see :ref:`coords-radec`)
* Pointing Right Ascension (see :ref:`coords-radec`). Not mandatory if ``OBS_MODE=DRIFT``, but average values could optionally be provided.
* ``DEC_PNT`` type: float, unit: deg
* Observation pointing declination (see :ref:`coords-radec`)
* Pointing declination (see :ref:`coords-radec`). Not mandatory if ``OBS_MODE=DRIFT``, but average values could optionally be provided.
* ``ALT_PNT`` type: float, unit: deg
* Pointing Altitude (see :ref:`coords-altaz`). Only mandatory if ``OBS_MODE=DRIFT``
* ``AZ_PNT`` type: float, unit: deg
* Pointing azimuth (see :ref:`coords-altaz`). Only mandatory if ``OBS_MODE=DRIFT``
* ``TSTART`` type: float, unit: s
* Start time of observation relative to the reference time (see :ref:`time`)
* ``TSTOP`` type: float, unit: s
Expand All @@ -39,10 +45,6 @@ selection or data quality checks or analysis, but aren't needed for most users.

* ``ZEN_PNT`` type: float, unit: deg
* Observation pointing zenith angle at observation mid-time ``TMID`` (see :ref:`coords-altaz`)
* ``ALT_PNT`` float, deg
* Observation pointing altitude at observation mid-time ``TMID`` (see :ref:`coords-altaz`)
* ``AZ_PNT`` type: float, unit: deg
* Observation pointing azimuth at observation mid-time ``TMID`` (see :ref:`coords-altaz`)
* ``ONTIME`` type: float, unit: s
* Total observation time (including dead time).
* Equals ``TSTOP`` - ``TSTART``
Expand Down

0 comments on commit 4978083

Please sign in to comment.