Closed hbushouse closed 1 year ago
Patch coverage: 55.55
% and project coverage change: -0.05
:warning:
Comparison is base (
5081bb9
) 74.64% compared to head (e6ea1f7
) 74.60%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
JWST regression test run https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/711/ had no failures.
@PaulHuwe Can you please review this for Roman compatibility?
A new regression test for this functionality has been added in https://github.com/spacetelescope/jwst/pull/7582
Full jwst regression test started at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/716/ which employs this PR and the new MIRI segmented exposure regression test added in https://github.com/spacetelescope/jwst/pull/7582
Resolves JP-3111
This PR updates the dark_sub routine to fix the way darks are subtracted from MIRI segmented data files. The integration-dependent darks should only be subtracted when processing the segment containing the first integrations in the exposure. All other segments just use the last dark integration. So a check has been added to the logic of choosing dark integrations to see if the science segment starts at integration 1.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)