Closed mwregan2 closed 8 months ago
Attention: 28 lines
in your changes are missing coverage. Please review.
Comparison is base (
dfa9a50
) 85.94% compared to head (23e3562
) 85.80%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mwregan2 Still waiting for review comments/suggestions to be addressed.
The errors in CI test "downstream" for jwst are all coming from the API change to "ramp_fit_data", because this PR adds more arguments to that function call, so the unit tests that are over in jwst/ramp_fitting/tests/test_ramp_fit.py don't match. That'll be fixed by a PR over in jwst. So I think the CI errors here are expected and OK. Should probably move all the unit tests out of jwst and into stcal, to avoid these kinds of issues.
@mwregan2 I'm still confused as to why there seem to be some changes to the jump code included here. Is that a mistake?
@kmacdonald-stsci Can you review again to see if you agree with the way avg_dark_current
has now been implemented within the ramp_data
class?
Superseded by #243
Resolves JP-3463
Closes [spacetelescope/jwst#8071]
This PR addresses the issue described in JP-3463 that the Poisson Noise from the dark current in the pixels is not included in the rate uncertainty. This change adds the dark rate to the estimated source rate to determine the total Poisson noise.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)