calc_isophotal¶
- sofia_redux.calibration.standard_model.isophotal_wavelength.calc_isophotal(result, wavelengths, pl, alpha, model_flux_in_filter, atmosphere_transmission_in_filter, total_throughput)[source]¶
Calculated the isophotal wavelengths.
- Parameters:
- resultdict
Collection of calibration results.
- wavelengthsnumpy.array
Wavelengths in the band being examined.
- plbool
If True, the model is a power law.
- alphafloat
The index used for the power law model if
pl
is True.- model_flux_in_filternumpy.array
The modeled flux in the current filter.
- atmosphere_transmission_in_filternumpy.array
The atmospheric transmission in the current filter.
- total_throughputfloat
The throughput through the telescope, instrument, and optics.
- Returns:
- resultdict
Same as the input
result
but with ‘isophotal’ and ‘isophotal_wt’ keys populated.