-
Notifications
You must be signed in to change notification settings - Fork 169
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-3510: Flag bad refpix within integrations separately #8214
JP-3510: Flag bad refpix within integrations separately #8214
Conversation
995435a
to
d7bd9d5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8214 +/- ##
=======================================
Coverage 75.18% 75.18%
=======================================
Files 470 470
Lines 38542 38546 +4
=======================================
+ Hits 28976 28980 +4
Misses 9566 9566
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Started a regtest run at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1170 |
Regression test run is clean. Just a few usual failures that sporadically pop up in many test runs. |
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.
Looks good to me.
@melanieclarke I'm ready, willing, and able to merge this now. Are you (and/or Eddie) sure you don't want to make more changes yet? |
Thanks @hbushouse - I'm pretty sure we're done with this one now. |
Resolves JP-3510
Closes #8195
Slight modification to the changes in PR #8197, to compile statistics across all groups within each integration individually. This does a better job at catching bad pixels that jump within one integration but not in the others. Bad pixels flagged in one integration are still replaced in all integrations.
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR