Description Usage Arguments Value Author(s) Examples
Loads Suzaku light curves created using xselect, requires both source and background light curves
1 | suzaku.lc(scpath, bgpath)
|
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 |
Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE
Derek Blue
1 2 3 4 | ## Not run:
lc <- suzaku.lc("obsid_xi03_300-10000_sc.fits", "obsid_xi03_300-10000_bg.fits")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.