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:
2026-06-25 13:36:54 +02:00
co-authored by Claude Opus 4.8
parent bdac36b203
commit 64c6bd1cef
3 changed files with 128 additions and 0 deletions
+6
View File
@@ -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")