-
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-43377: Add more features to defect finding code and update LATISS pipeline. #238
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.
Just one question on the inclusion of the DETECTED
mask plane.
@@ -27,6 +30,7 @@ tasks: | |||
connections.outputData: 'bias' | |||
calibrationType: 'bias' | |||
exposureScaling: "Unity" | |||
mask: ["DETECTED", "INTRP"] |
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.
Does the DETECTED
plane show up?
@@ -26,6 +29,7 @@ tasks: | |||
connections.outputData: 'dark' | |||
calibrationType: 'dark' | |||
exposureScaling: "DarkTime" | |||
mask: ["DETECTED", "INTRP"] |
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.
As above.
This also changes the general defect pipeline to mark saturated pixels but not count them as bad/interpolate/anything so that the defect finding code can know which pixels were saturated.