View source: R/emissionLines.R
SFR2Lum | R Documentation |
A best effort conversion betwen SFR and H[alpha] line luminsity. Mostly for use with emissionLines
.
SFR2Lum(SFR = 1, lumscale = 21612724)
SFR |
Numeric scalar; star formation rate (Msol/yr). |
lumscale |
Numeric scalar; given by (1/7.9e-42) (Kennicutt, in erg/s) x 1e-7 (erg/s to Watt) x 2.61233e-27 (Watts to L[sol]) / 1.53 (Salpeter to Chabrier IMF conversion). Unless you have a very strong opinion on this scaling, the defaults is a reasonable best effort. |
Best effort SFR to H[alpha] luminosity conversion function.
The H[alpha] line luminosity in Lsol.
Aaron Robotham
Kennicutt et al, 1994, ApJ, 435, 22
Kennicutt et al, 1998, ARAA, 36, 189
emissionLines
#Conversion of SFR=1 Msol/yr the H[alpha] line luminosity:
(1/7.9e-42)*1e-7*2.61233e-27/1.53
SFR2Lum()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.