alpha_SF2Temp | R Documentation |
This is a by eye Dale alpha_SF to temperature (K) conversion table (alpha_SF2Temp
) and associated functions ((alpha_SF2Temp_func
/ Temp2alpha_SF_func
)) that let you convert in both directions. Here we fit to the Dale templates with no AGN contribution, and use a grey body for the fit.
data("alpha_SF2Temp")
data("alpha_SF2Temp_func")
data("Temp2alpha_SF_func")
A data frame with 7 observations on the following 3 variables.
alpha_SF
A numeric vector; alpha slope of the radiation field in a Dale dust template.
Temp
A numeric vector; approximate grey body temperature of the Dale dust template.
Beta
A numeric vector; approximate grey body beta of the Dale dust template.
Useful for a rough temperature (easier to think of the dust in these terms. In detail this will not be correct, since the dust is heated by a continuum, and there is no single appropriate temperature to state. However, adjusting also the grey body beta gives us a good rough fit that is indicative at least.
Dale et al, 2014, ApJ, 784, 11
data(alpha_SF2Temp)
data(alpha_SF2Temp_func)
plot(alpha_SF2Temp[,'alpha_SF'], alpha_SF2Temp[,'Temp'], xlab='alpha_SF', ylab='Temp/K')
curve(alpha_SF2Temp_func, 0, 4, add=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.