7.5.2. mclearn.photometry.reddening_correction_sf11

mclearn.photometry.reddening_correction_sf11(extinction_r)[source]

Compute the reddening values using the SF11 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.