header: Get the FITS headers from a 'CMBDataFrame'

View source: R/CMBDataFrameHelpers.R

headerR Documentation

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

## 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)


frycast/rcosmo documentation built on Oct. 11, 2022, 5:21 p.m.