fm_unred(wave, flux, ebv, r_v = 3.1, avglmc=FALSE, lmc2=FALSE, x0=NULL,
gamma=NULL, c4=NULL, c3=NULL, c2=NULL, c1=NULL)
E(wavelength - V)/E(B-V)
extinction curve, interpolated onto the input wavelength vectorWhen the inputs omit extinction curve parameters (x0, gamma, c4, c3, c2, and c1) then the default extinction curve is adopted from Clayton et al. (2003).
The parameter R_V specifies the ratio of total to selective extinction, R(V) = A(V) / E(B - V)
. Extreme values of R(V) range from 2.3 to 5.3, and the default is 3.1.
If a negative ebv is supplied, then fluxes will be reddened rather than dereddened.
The following comparisons between the FM curve and that of Cardelli, et al. (CCM, 1989) have been made (see function ccm_unred): a) In the ultraviolet, the FM and CCM curves are similar for R < 4.0, but diverge for larger R b) In the optical region, the FM more closely matches the monochromatic extinction, especially near the R band
Cardelli, J.A., Clayton, G. C., Mathis, J. S., 1989, The relationship between infrared, optical, and ultraviolet extinction, Astrophys. J. 345, 245-256. http://adsabs.harvard.edu/abs/1989ApJ...345..245C
Clayton, G. C., Wolff, M. J., Sofia, U. J., Gordon, K. D., Misselt, K. A., 2003, Dust grain size distributions from MRN to MEM, Astrophys. J., 588, 871-880. http://adsabs.harvard.edu/abs/2003ApJ...588..871C
Fitzpatrick, E. L., 1999, Correcting the effects of interstellar extinction, Publ. Astron. Soc. Pacific, 111, 63-75. http://adsabs.harvard.edu/abs/1999PASP..111...63F
Misselt, K. A., Clayton, G. C., Gordon, K. D., 1999, A reanalysis of the ultraviolet extinction from interstellar dust in the Large Magellanic Cloud, Astrophys. J. 515, 128-139. http://adsabs.harvard.edu/abs/1999ApJ...515..128M
polyidl
spline
w <- 1200 + seq(50, 2000, by=50) # wavelength vector
f <- rep(1, length(w)) # flat initial spectrum
fm_unred(w, f, ebv=0.1)
Run the code above in your browser using DataLab