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-36597: Add LATISS filter transmission data #239

Merged
merged 5 commits into from Nov 29, 2022
Merged

DM-36597: Add LATISS filter transmission data #239

merged 5 commits into from Nov 29, 2022

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Nov 8, 2022

This ticket adds a new IntermediateTransmissionCurve calibration class (and subclasses) that can read a common transmission curve format (with metadata), and write an lsst.afw.image.TransmissionCurve to butler for use as a calibration.

@aferte aferte self-requested a review November 10, 2022 09:36
Copy link
Contributor

@aferte aferte left a comment

Choose a reason for hiding this comment

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

all good to me, can be merged after clarifying a comment.

with cds.enable():
# These need to be in Angstroms, for consistency.
wavelengths = wavelengths.to(u.Angstrom).to_value()
# This is ugly. Fix.
Copy link
Contributor

Choose a reason for hiding this comment

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

Does 'fix' mean 'to be fixed' or is the fix below?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It remains ugly (to me at least), but the subsequent if line is the fix. I have deleted this comment as it was intended as an intermediate note to myself.

@czwa czwa merged commit c5d8499 into main Nov 29, 2022
@czwa czwa deleted the tickets/DM-36597 branch November 29, 2022 23:01
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