Description Usage Arguments Value Author(s) Examples
Normalizes a light curve based on its mean count rate
1 | normalize.lc(lc)
|
lc |
required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
Light curve data frame normalized by it mean with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE
Derek Blue
1 2 3 4 5 | ## Not run:
lc <- xmm.pn.lc(fits_file_path)
lc <- normalize.lc(lc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.