suzaku.lc: Load Suzaku Light Curve

Description Usage Arguments Value Author(s) Examples

View source: R/suzaku.r

Description

Loads Suzaku light curves created using xselect, requires both source and background light curves

Usage

1
suzaku.lc(scpath, bgpath)

Arguments

scpath

required string: Absolute or relative file path to the source light curve

bgpath

required string: Absolute or relative file path to the background light curve

Value

Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE

Author(s)

Derek Blue

Examples

1
2
3
4
## Not run: 
lc <- suzaku.lc("obsid_xi03_300-10000_sc.fits", "obsid_xi03_300-10000_bg.fits")

## End(Not run)

Starkiller4011/AstroR documentation built on Aug. 24, 2020, 12:41 p.m.