normalize.lc: Normalize Light Curve

Description Usage Arguments Value Author(s) Examples

View source: R/lctools.r

Description

Normalizes a light curve based on its mean count rate

Usage

1

Arguments

lc

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

Value

Light curve data frame normalized by it mean with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE

Author(s)

Derek Blue

Examples

1
2
3
4
5
## Not run: 
lc <- xmm.pn.lc(fits_file_path)
lc <- normalize.lc(lc)

## End(Not run)

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