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