7.5.1. mclearn.photometry.reddening_correction_sfd98¶
-
mclearn.photometry.
reddening_correction_sfd98
(extinction_r)[source]¶ Compute the reddening values using the SFD98 correction set.
Parameters: extinction_r (array) – The uncorrected extinction values in the r-band. Returns: - A_u (array) – The corrected extinction values in the u-band.
- A_g (array) – The corrected extinction values in the g-band.
- A_r (array) – The corrected extinction values in the r-band.
- A_i (array) – The corrected extinction values in the i-band.
- A_z (array) – The corrected extinction values in the z-band.