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-17195: Fix missing INST-PA message for y-band data. #174

Merged
merged 1 commit into from Jan 15, 2019

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Jan 14, 2019

The rewrite of ISR to be more general also attempted to remove as many
extra butler calls as possible. However, as ci_hsc does not test
y-band data, this caused a hidden bug with the y-straylight
correction. The required keywords should not be pulled from the
exposure header, but rather from the VisitInfo associated with the
exposure. The MJD-STR and MJD-END keywords are still pulled from the
header, so this may need to be revisited if those keywords are moved
into the VisitInfo as well.

@czwa czwa requested a review from timj January 14, 2019 20:24
Copy link
Member

@timj timj left a comment

Choose a reason for hiding this comment

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

I'd like to see the MJD retrieval removed as well.

python/lsst/obs/subaru/strayLight/rotatorAngle.py Outdated Show resolved Hide resolved
python/lsst/obs/subaru/strayLight/rotatorAngle.py Outdated Show resolved Hide resolved
@timj timj changed the title Fix missing INST-PA message for y-band data. DM-17195: Fix missing INST-PA message for y-band data. Jan 14, 2019
@RobertLuptonTheGood
Copy link
Member

RobertLuptonTheGood commented Jan 14, 2019 via email

The rewrite of ISR to be more general also attempted to remove as many
extra butler calls as possible.  However, as ci_hsc does not test
y-band data, this caused a hidden bug with the y-straylight
correction.  The required keywords should not be pulled from the
exposure header, but rather from the VisitInfo associated with the
exposure.
@czwa czwa merged commit d2f5b44 into master Jan 15, 2019
@timj timj deleted the tickets/DM-17195 branch February 25, 2021 17:44
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

3 participants