-
Notifications
You must be signed in to change notification settings - Fork 32
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
JP-3562: Shower flagging enhancement #248
JP-3562: Shower flagging enhancement #248
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #248 +/- ##
==========================================
- Coverage 85.18% 84.95% -0.23%
==========================================
Files 35 35
Lines 6797 6846 +49
==========================================
+ Hits 5790 5816 +26
- Misses 1007 1030 +23 ☔ View full report in Codecov by Sentry. |
@mwregan2 The description above refers to JP-3560, but that Jira ticket concerns updates to the charge_migration step. Is there another JP ticket that this should refer to? |
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.
Needs a change log entry, in addition to specific code comments/questions.
…gan2/stcal into shower_flagging_enhancement
I think I've addressed all the comments. |
@mwregan2 Several unit tests are failing in the CI test suite. They need fixing. |
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.
CI tests are all passing now. Code updates look OK to me.
Resolves JP-3562
Closes spacetelescope/jwst#8333
This PR addresses several effects that lead to inaccurate flagging of showers. These change improve the estimate of the median difference by using all the integrations. It also masks reference pixels to avoid them being used in the convolution used to detect faint emission.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)