FoldedLightCurve#
The FoldedLightCurve
class extends a standard LightCurve
object by having
the time
column represent phase values.
This allows a FoldedLightCurve
to offer a few features that are specific to
phase-folded time series data, namely the phase
, odd_mask
,
and even_mask
attributes.
The class also overrides the plotting methods to provide defaults that are
suitable for plotting phase-folded data.
Constructor#
|
Subclass of |
Extra attributes#
Alias for |
|
The cycle of the correspond |
|
Boolean mask which flags the odd-numbered cycles (1, 3, 5, etc). |
|
Boolean mask which flags the even-numbered cycles (2, 4, 6, etc). |
Modified plotting methods#
|
Plot the folded light curve using matplotlib's |
|
Plot the folded light curve using matplotlib's |
|
Plot the folded light curve using matplotlib's |
|
Plot the folded light curve in a river style. |