avocado.AstronomicalObject.plot_light_curve

AstronomicalObject.plot_light_curve(show_gp=True, verbose=False, axis=None, **kwargs)

Plot the object’s light curve

Parameters:
  • show_gp (bool (optional)) – If True (default), the Gaussian process prediction is plotted along with the raw data.
  • verbose (bool (optional)) – If True, print detailed information about the light curve and GP fit.
  • axis (matplotlib.axes.Axes (optional)) – The matplotlib axis to plot to. If None, a new figure will be created.
  • kwargs (kwargs (optional)) – Additional arguments. If show_gp is True, these are passed to fit_gaussian_process. Otherwise, these are passed to preprocess_observations.