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

observation.survey is being removed from the L1/L2 metadata; find an appropriate replacement in the L3 metadata #493

Open
schlafly opened this issue Oct 24, 2024 · 0 comments

Comments

@schlafly
Copy link
Collaborator

observation.survey is being removed from the L1/L2 metadata here:

survey:
title: Observation Survey
description: |
The available survey options for observations are: HLS = High Latitude
Wide Area Survey, EMS = Galactic Bulge Time Domain Survey, SN = High
Latitude Time Domain Survey, N/A = General Astrophysics Surveys or other
survey not otherwise defined here.
type: string
enum: [HLS, EMS, SN, N/A]
maxLength: 15
archive_catalog:
datatype: nvarchar(15)
destination: [WFIExposure.survey, GuideWindow.survey]

We currently also include that in the L3 metadata:

survey:
title: Observation Survey
type: string
maxLength: 15
archive_catalog:
datatype: nvarchar(15)
destination: [WFIMosaic.survey, SourceCatalog.survey, SegmentationMap.survey]

We should find an appropriate replacement when the L3 metadata is updated. We removed this because of redundancy with things like program.subcategory, so there are likely obvious replacements, but this ticket is intended to remind us to make sure that that update occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant