Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1011 Bytes

foldedlightcurve.rst

File metadata and controls

47 lines (32 loc) · 1011 Bytes

FoldedLightCurve

lightkurve

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 ~FoldedLightCurve.phase, ~FoldedLightCurve.odd_mask, and ~FoldedLightCurve.even_mask attributes. The class also overrides the plotting methods to provide defaults that are suitable for plotting phase-folded data.

Constructor

FoldedLightCurve

Extra attributes

FoldedLightCurve.phase FoldedLightCurve.odd_mask FoldedLightCurve.even_mask

Modified plotting methods

FoldedLightCurve.plot FoldedLightCurve.scatter FoldedLightCurve.errorbar FoldedLightCurve.plot_river