setup_integrands¶
- sofia_redux.calibration.standard_model.background.setup_integrands(total_throughput, atmosphere_transmission, telescope_area, warr, model_flux, num_pix, fwhm)[source]¶
Define all the integrands to be used.
- Parameters:
- total_throughputnumpy.array
Total throughput at each wavelength.
- atmosphere_transmissionnumpy.array
Atmosphere transmission as a function of wavelength.
- telescope_areafloat
Area of telescope in microns^2.
- warrnumpy.array
Wavelengths to integrate over, in microns.
- model_fluxnumpy.array
Modelled flux of the source as a function of wavelength.
- num_pixnumpy.array
Number of pixels in the extraction area as a function of wavelength.
- fwhmnumpy.array
FWHM of source as a function of wavelength.
- Returns:
- integrandsdict
The required integrands for fully characterizing the background flux.