-
Notifications
You must be signed in to change notification settings - Fork 17
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-44969: add missing filters #478
base: main
Are you sure you want to change the base?
Conversation
@ijiraq you can comment on this PR. |
A quick test shows that we do get the new filters:
|
config/filterMap.py
Outdated
('NB0921', 'z'), | ||
('NB0926', 'z'), | ||
('NB0973', 'y'), | ||
('NB1010', 'y'), | ||
# Intermediate bands | ||
('IB0945', 'z'), | ||
# Extended bands | ||
('EB-gri', 'r'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For reasons I'm not entirely clear about, but which I might have inherited from the gen2 code, the metadata translator upper cases the filter name so this has to be EB-GRI for the ingest to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this config is used for but should this be "gri" band to match the definition below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It selects which band to use for photometric calibration. This says "for filter EB-GRI, calibrate against r".
bca69b0
to
c3d4af0
Compare
A bunch of NB filters and the g+r+i filter for Solar System work.
c3d4af0
to
ebe9fd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I've checked that I can ingest a raw file. I've started a Jenkins run.
No description provided.