plotStreak

fiducia.visualization.plotStreak(times, energies, spectra)[source]

Plot streak of unfolded Dante spectra. See analyzeStreak().

Parameters
  • times (numpy.ndarray) – Array of times for which the unfold was analyzed.

  • energies (numpy.ndarray) – Array of photon energies corresponding to the unfolded spectra.

  • spectra (numpy.ndarray) – The unfolded spectral intensities as a 2D array. See analyzeStreak().

Notes

Examples