[LPD] [Dark] Improve per-memory-cell plots
Compare changes
I noticed that the bad pixels per memory cell plot is kind of useless: the y scale goes up to 1e10, even though the values can only go up to 1. This fixes that, and also improves the offset/noise per cell plots.
Running the notebook interactively.
Bad pixels before/after:
Offset & noise before/after:
The Noise plot going down to -10 in the before version is an artifact of how bad pixels were handled. I've changed it to use NaN in calculating these, so the 'Good pixels only' line disappears for cells where all pixels are masked out.