Description Usage Arguments Value Author(s) Examples
Creates a plot of the source and background of the hard and soft light curves
1 2 3 4 5 6 7 | hs.plot(
slc,
hlc,
xlab = "Time [s]",
ylab = "Rate [count/s]",
plt.title = "Hard and Soft Lightcurves"
)
|
slc |
required data frame: 0.3 - 1 keV light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
hlc |
required data frame: 2 - 10 keV light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
xlab |
optional string: X axis label |
ylab |
optional string: Y axis label |
plt.title |
optional string: Plot title |
Plot of the source and background light curve
Derek Blue
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.