read_atran

sofia_redux.calibration.standard_model.calibration_io.read_atran(atmofile, ws, no_atm=False, wmin=40.0, wmax=300.0)[source]

Read in atmospheric transmission model.

Parameters:
atmofilestr

Name of the ATRAN file.

wsnumpy.array

Wavelengths of spectrum.

no_atmbool

If set, do not read in a ATRAN file.

wminfloat, optional

Minimum wavelength of spectrum to use. Defaults to 40 microns.

wmaxfloat, optional

Maximum wavelength of spectrum to use. Defaults to 300 microns.

Returns:
wanumpy.array

Wavelengths of atmospheric transmission spectrum in microns.

tanumpy.array

Transmission at each wavelength in wa.

afilestr

Full path of ATRAN file read in.