rcosmo (version 1.1.2)

header: Get the FITS headers from a CMBDataFrame

Description

Get the FITS headers from a CMBDataFrame

Usage

header(cmbdf)

Arguments

cmbdf

a CMBDataFrame.

Value

The FITS headers belonging to the FITS file from which cmbdf data was imported

Examples

Run this code
# NOT RUN {
## 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)

# }

Run the code above in your browser using DataLab