7.5.3. mclearn.photometry.reddening_correction_w14

mclearn.photometry.reddening_correction_w14(extinction_r)[source]

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