throughput_soss
- jwst.extract_1d.soss_extract.atoca_utils.throughput_soss(wavelength, throughput)[source]
Create an interpolator for the throughput values.
- Parameters:
- wavelengthndarray
A wavelength array.
- throughputndarray
The throughput values corresponding to the wavelengths.
- Returns:
ThroughputInterpolatorA callable interpolator that interpolates the throughput values.
Notes
Throughput is always zero at min, max of wavelength.