In Nemati.py optical class, the read noise appears to be defined as a variance instead of a standard deviation. This will make the config file inconsistent with typical expectations for read noise.
readout noise
_C_rn = Npix * inst["sread"] / texp
this is then simply added to other photon noise counts.
In Nemati.py optical class, the read noise appears to be defined as a variance instead of a standard deviation. This will make the config file inconsistent with typical expectations for read noise.
readout noise
_C_rn = Npix * inst["sread"] / texp
this is then simply added to other photon noise counts.