Description Usage Arguments Value Examples
View source: R/CMBDataFrameHelpers.R
Get the FITS headers from a CMBDataFrame
1 | header(cmbdf)
|
cmbdf |
a CMBDataFrame. |
The FITS headers belonging to the FITS file from which cmbdf data was imported
1 2 3 4 5 | ## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# df <- CMBDataFrame("CMB_map_smica1024.fits")
# df.sample <- CMBDataFrame(df, sample.size = 10000)
# header(df.sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.