Description Usage Arguments Value Examples
View source: R/CMBDataFrameHelpers.R
Get the area of a single HEALPix pixel
1 | pixelArea(nsideObject)
|
nsideObject |
|
the area of a single HEALPix pixel
at the nside
resolution of nsideObject
1 2 3 4 5 6 7 8 9 | ## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# df <- CMBDataFrame("CMB_map_smica1024.fits")
# pixelArea(df)
df1 <- CMBDataFrame(nside = 64,
coords = "cartesian",
ordering = "nested")
pixelArea(df1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.