emissivity_plot.py
emissivity_plot.py
generate a plot of the total matom emissivities, with the last level being the k-> emissivity, for a series of runs.
Usage: python emissivity_plot.py root1 [root2 root3…]
- emissivity_plot.get_summed_emissivities(root)
quick hacky way to extract emissivities from a diag file uses grep and sed
- emissivity_plot.make_plot(roots, savename='emiss.png')
make an emissivity plot for a list of root python runs. save the plot as savename.