Add photon edep export scripts and per-step presentation plots
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -110,6 +110,12 @@ savefig(fig, "event-total-energy")
|
||||
fig = a.plot_total_length(obs)
|
||||
savefig(fig, "event-total-length")
|
||||
|
||||
fig = a.plot_mean_energy_per_step(obs)
|
||||
savefig(fig, "event-mean-energy-per-step")
|
||||
|
||||
fig = a.plot_mean_length_per_step(obs)
|
||||
savefig(fig, "event-mean-length-per-step")
|
||||
|
||||
fig = a.plot_longitudinal_profile(obs)
|
||||
savefig(fig, "event-longitudinal-profile")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user