Utilities to read and plot SPECTRA-PKA .out files.
Plot all matrices from data returned by irradiapy.spectrapka.matrices.read.
data (dict[str | int, Any]) – Data dictionary from irradiapy.spectrapka.matrices.read.
dict
str
int
Any
out_path (Path) – Output path to save the plots.
Path
None
Read a SPECTRA-PKA .out file.
file_path (Path) – Path to SPECTRA-PKA .out file.
Dictionary containing the data from the .out file.
dict[str | int, Any]