prose.Observation.plot_systematics_signal#

Observation.plot_systematics_signal(systematics, signal=None, ylim=None, offset=None, figsize=(6, 7))#

Plot a systematics and signal model over diff_flux. systeamtics + signal is plotted on top, signal alone on detrended data on bottom

Parameters:
  • systematics (np.ndarray) –

  • signal (np.ndarray) –

  • ylim (tuple, optional) – ylim of the plot, by default None, using the dispersion of y

  • offset (tuple, optional) – offset between, by default None

  • figsize (tuple, optional) – figure size as in in plt.figure, by default (6, 7)