get_interpolated_effective_area#
- irispy.utils.response.get_interpolated_effective_area(iris_response, detector_type, obs_wavelength)[source]#
To compute the interpolated time-dependent effective area.
It will generalize to the time of the observation.
- Parameters:
iris_response (dict) – The IRIS response data loaded from
irispy.utils.response.get_latest_response.detector_type (
str) – Detector type: ‘FUV’ or ‘NUV’.obs_wavelength (
astropy.units.Quantity) – The wavelength at which the observation has been taken in Angstroms.
- Returns:
The effective area(s) determined by interpolation with a spline fit.
- Return type: