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

DM-23208: Add exposure.group to registry #225

Merged
merged 2 commits into from
Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion config/dimensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ dimensions:

The exposure table contains metadata entries that are relevant for
calibration exposures, and does not duplicate entries in visit that
would be the same for all exposures within a visit.
would be the same for all exposures within a visit with the exception
of the exposure.group entry.
keys:
-
name: id
Expand All @@ -189,7 +190,13 @@ dimensions:
-
name: observation_type
type: string
length: 16
doc: The observation type of this exposure (e.g. dark, bias, science).
-
name: group
type: string
length: 64
doc: Group identifier associated with this exposure by the acquisition system.

skymap:
doc: >
Expand Down