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-46358: Add new IsrTaskLSST calibration pipelines for LSSTCam. #277

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Oct 19, 2024

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.

@erykoff erykoff requested a review from czwa October 19, 2024 00:12
Copy link
Contributor

@czwa czwa left a 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.
Copy link
Contributor

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.

Copy link
Contributor Author

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
Copy link
Contributor

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.

This also fixes an index error in the selection of the max in the case of
intermediate bad points.
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.

2 participants