BeamGoo needs to be able to create Phase-Space plots
from particle data output files.
I'm not sure how this will work, since the output files
are not merged like the 2D data is. It probably
wouldn't be able to auto-update as the simulation went
along, unless it was given some smart way of telling
when to expect a new fort.4x file.
It would have to do some kind of "binning" as well - I
wonder if GnuPlot can do a 3D histogram - X, Y, and
histogram on Z. If so, then we could use that and a
top-down view with the contours turned on to create the
phase-space plot.
It could get data from:
fort.40's
fort.80's
fort.200's
But I'm not sure exactly what the format of these files is.