header: Get the FITS headers from a 'CMBDataFrame'

Description Usage Arguments Value Examples

View source: R/CMBDataFrameHelpers.R

Description

Get the FITS headers from a CMBDataFrame

Usage

1
header(cmbdf)

Arguments

cmbdf

a CMBDataFrame.

Value

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

Examples

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)

rcosmo documentation built on Dec. 11, 2021, 9:29 a.m.