redback.analysis.plot_gp_lightcurves
- redback.analysis.plot_gp_lightcurves(transient, gp_output, axes=None, band_colors=None, band_scaling=None)[source]
Plot the Gaussian Process lightcurves
- Parameters:
transient – A transient object
gp_output – The output of the fit_gp function
axes – axes, ideally you should be passing the axes from the plot_data methods
band_colors – a dictionary of band colors; again ideally you should be passing the band_colors from the plot_data methods
- Returns:
axes object with the GP lightcurves plotted