Description Usage Arguments Value Author(s) See Also Examples
View source: R/profoundUtility.R
Functions to convert total magnitudes to surface brightness and vica-versa. These are provided to allow models to be either specified by total magnitude or mean surface brightness within Re. The latter is a useful way of specifying a disk model since surface brightness does not span a huge range.
1 2 | profoundMag2Mu(mag = 15, re = 1, axrat = 1, pixscale = 1)
profoundMu2Mag(mu = 17, re = 1, axrat = 1, pixscale = 1)
|
mag |
Total magnitude of the 2D Sersic profile. |
mu |
Mean surface brightness within Re of the 2D Sersic profile. |
re |
Effective radii of the 2D Sersic profile. |
axrat |
Axial ratio of Sersic profile defined as minor-axis/major-axis, i.e. 1 is a circle and 0 is a line. |
pixscale |
The pixel scale, where pixscale=asec/pix (e.g. 0.4 for SDSS). If set to 1, then the surface brightness is interpreted in terms of pixels, otherwise it is interpreted in terms of arcseconds^2. |
profoundMag2Mu returns the mean surface brightness within Re of the 2D Sersic profile.
profoundMag2Mu returns total magnitude of the 2D Sersic profile.
Aaron Robotham
1 2 | profoundMag2Mu(mag=22, re=10, axrat=0.5)
profoundMu2Mag(mu=28, re=10, axrat=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.