edges_cal.cal_coefficients.CalibrationObservation.plot_raw_spectra

CalibrationObservation.plot_raw_spectra(fig=None, ax=None) Figure[source]

Plot raw uncalibrated spectra for all calibrator sources.

Parameters:
  • fig (plt.Figure) – A matplotlib figure on which to make the plot. By default creates a new one.

  • ax (plt.Axes) – A matplotlib Axes on which to make the plot. By default creates a new one.

Returns:

fig (plt.Figure) – The figure on which the plot was made.