View source: R/CMBDataFrameHelpers.R
| pixelArea | R Documentation |
Get the area of a single HEALPix pixel
pixelArea(nsideObject)
nsideObject |
|
the area of a single HEALPix pixel
at the nside resolution of nsideObject
## 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.