-
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
Add option to preserve reference pixels after IRS2 processing #8255
Add option to preserve reference pixels after IRS2 processing #8255
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8255 +/- ##
==========================================
+ Coverage 75.15% 75.36% +0.20%
==========================================
Files 470 474 +4
Lines 38604 38839 +235
==========================================
+ Hits 29014 29271 +257
+ Misses 9590 9568 -22
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
44c2811
to
1c8788a
Compare
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.
Code updates look fine. Will wait for regression test results before approving.
Regression tests started at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1240 |
The regtest results show failures, but they are all due to another change merged into master since this PR was created, so the PR branch is a bit out of date. The failures are all unrelated. |
Resolves JP-3529
Closes #8254
This PR allows interleaved reference pixels in NIRSpec IRS2 mode to be preserved in the output from the refpix step. This is needed for calibration reductions, to produce new bias reference files, but should not be used for science reductions.
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR