-
Notifications
You must be signed in to change notification settings - Fork 7
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-46358: Add new IsrTaskLSST calibration pipelines for LSSTCam. #277
base: main
Are you sure you want to change the base?
Conversation
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.
Minor comments and questions only.
@@ -1,4 +1,4 @@ | |||
description: cp_pipe FLAT calibration construction | |||
description: cp_pipe LSSTCam FLAT calibration construction, optimized for a single chip. |
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.
This file can probably be dropped, as we're unlikely to need it for the full camera.
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.
I assumed we wanted these in case somebody wanted to run a test flat for a single chip. If that's wrong I can remove them all.
linearityType: Spline | ||
usePhotodiode: true | ||
splineGroupingColumn: CCOBCURR | ||
maxLinearAdu: 120000 |
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.
Is this parameter no longer needed? It seems to be gone in the new pipelines, and I just wanted to check that was intentional. Apologies if I didn't follow the inheritance correctly and just missed it. I think the rest of the configs are consistent.
27de39b
to
74ac812
Compare
7fa6d97
to
a0b7bca
Compare
This also fixes an index error in the selection of the max in the case of intermediate bad points.
a0b7bca
to
74a8894
Compare
There is some code change on this ticket as well to better handle outliers on the initial linearity turnoff fit that came up with full camera testing.