store_atran_in_cache¶
- sofia_redux.instruments.exes.get_atran.store_atran_in_cache(atranfile, resolution, filename, unsmoothed, wave, smoothed)[source]¶
Store atmospheric transmission data in the atran cache.
- Parameters:
- atranfilestr
File path to the atran file
- resolutionfloat
Spectral resolution used for smoothing.
- filenamestr
Used to update ATRNFILE in FITS headers.
- unsmoothednumpy.ndarray
2D array containing the raw data from file
- wavenumpy.ndarray
(nwave,) array of wavelengths.
- smoothednumpy.ndarray
(nwave,) array containing the smoothed atran data