Utilities
Plotting an MFILE
Summary document
plot_proc
is used for plotting an overview of the results from an MFILE. It can be run using its own CLI:
python process/io/plot_proc.py -f path/to/MFILE.DAT
or through Process's main CLI (working, but still in development):
process -i path/to/IN.DAT --plot --mfile path/to/MFILE.DAT
Scan files
plot_scans
is a tool to show the change in variables as a scan variable is varied.
Scans can be done in one or two dimensions.
python process/io/plot_scans.py -f path/to/MFILE.DAT
Radial build
plot_radial_build
is to plot the radial build of the machine in terms of bar segments. It can be run as follows:
python process/io/plot_radial_build.py -f path/to/MFILE.DAT