Closed kmacdonald-stsci closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.18
:tada:
Comparison is base (
3321069
) 74.60% compared to head (c9aa3b1
) 74.78%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Looks good.
Have you been able to get a regtest run using the PR branch?
The regression tests are running now. I expect some failures with this change.
Regression test run https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/731/ appears to show only expected (and unrelated) failures. So it looks good and I'm merging.
Resolves JP-3004
This PR addresses the computation of multi-integration data that has bad multiple integrations. The final image slope calculations incorrectly used variances from unusable integrations as a part of the denominator sum. Because of this the slope had smaller value than it should have. These variances are now excluded from the denominator, correcting the "averaging" of usable integration slopes.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)