calc_read_noise

eispac.instr.calc_read_noise(input_wave)[source]

Calculate the read noise counts for a given wavelength spectrum

Parameters:

input_wave (float, list, tuple, or ndarray) – Wavelength values to compute the read noise at

Returns:

read_noise_counts – read noise in units of [photon counts]. Will have the same dimensions as the input_wave array.

Return type:

float or ndarray