ThroughputInterpolator

class jwst.extract_1d.soss_extract.atoca_utils.ThroughputInterpolator(wavelength, throughput)[source]

Bases: object

Picklable interpolator for SOSS throughput.

Parameters:
wavelengthndarray

Wavelength array

throughputndarray

Throughput array

Methods Summary

__call__(wv)

Interpolate throughput at given wavelength(s).

Methods Documentation

__call__(wv)[source]

Interpolate throughput at given wavelength(s).