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-14216: Add DECam specs #11

Merged
merged 4 commits into from May 4, 2018
Merged

DM-14216: Add DECam specs #11

merged 4 commits into from May 4, 2018

Conversation

SimonKrughoff
Copy link
Contributor

{Summary of changes. Prefix PR title with ticket handle.}


  • Passes Jenkins CI.
  • Documentation is up-to-date.

Preview the docs at: https://pipelines.lsst.io/v/DM-FIXME

We were using the special name 'any' for the filter of a spec
that does not depend on filter.  This is magic.  We use tags
to assign semantic context instead.
This removes the mention of the 'any' filter from the release specs.
Copy link
Member

@jonathansick jonathansick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just minor suggestions.

base: 'AD1_design.srd'
metadata_query:
instrument: 'DECAM'
filter_name: 'any'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying to recall if filter_name: 'any' is a thing. Do you know?

If you want a specification to not query against filter_name, you can just leave the filter_name query out.

name: 'decam_FY17'
base: 'PF1.FY17'
metadata_query:
instrument: 'DECAM'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to, you could create a base partial for DECAM:

id: decam
metadata_query:
  instrument: 'DECAM'

To allow:

name: 'decam_FY17'
base: ['PF1.FY17', '#decam']

name: 'decam_stretch'
base: 'TE2.stretch'
metadata_query:
instrument: 'DECAM'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a newline character here?

instrument: 'HSC'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newline?

@SimonKrughoff SimonKrughoff merged commit b4ba127 into master May 4, 2018
@ktlim ktlim deleted the tickets/DM-14216 branch August 25, 2018 06:16
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

Successfully merging this pull request may close these issues.

None yet

2 participants