Closed arasskin closed 2 years ago
The original jaszczak_foms.py
and nema7foms.py
need to be removed, too.
As discussed, we also want to add an option for plotting 6 separate graphs (one for each sphere) vs. all 6 spheres on a single graph.
On the graphs, we decided to
The point of the TODO
about adding ability to read foms from generated fom files, was to avoid recalculating the foms if you want to show the plot. As it stands, if I calculate the foms (and the file is written), and then decide I want to look at the graphs, and add the --show-plot=True
option, it will calculate all the figures all over again, wasting a lot of time.
So:
foms
exists in the directory:
foms
is absent:
The lower limit on the y-axis needs to be fixed at zero.
I've rebased this branch on top of the latest master.
Created a new combined version of the nema7 and jaszczak foms python wrapper and called it
foms.py
.