prose.Observation.plot#

Observation.plot(star=None, meridian_flip=True, bins=0.005, color='k', std=True)#

Plot observation light curve

Parameters:
  • star ([type], optional) – [description], by default None

  • meridian_flip (bool, optional) – whether to show meridian flip, by default True

  • bins (float, optional) – bin size in same unit as Observation.time, by default 0.005

  • color (str, optional) – binned points color, by default β€œk”

  • std (bool, optional) – whether to see standard deviation of bins as error bar, by default True, otherwise theoretical error bat is shown