Closed schlafly closed 4 months ago
@PaulHuwe , want to take a look?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.94%. Comparing base (
0a1aac5
) to head (fef50a8
). Report is 62 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds correlated noise across all reads associated with noise in the reference read (frame zero), which is subtracted from all subsequent reads.
A new parameter, pedestal_extra_noise, is added, with a default value of 4 DN. Noise is added to all resultants in each pixel with amplitude equal to the quadrature sum of the pixel's read noise and the extra pedestal noise.
This noise is degenerate with the pedestal and so doesn't meaningfully affect final ramp measurements at present.
We use a separate RNG so that pedestal noise can be turned on and off without affecting the rest of the random numbers in the simulation.
I also added corresponding tests.