Skip to content

Commit

Permalink
updated thera_min
Browse files Browse the repository at this point in the history
  • Loading branch information
FusionSandwich committed Sep 24, 2024
1 parent 3b81b52 commit f63d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parastell/nwl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def nwl_plot(
phi_min = 0 - tor_ext / num_phi / 2
phi_max = tor_ext + tor_ext / num_phi / 2

theta_min = 0 - pol_ext / num_theta / 2
theta_min = -pol_ext / 2 - pol_ext / num_theta / 2
theta_max = pol_ext + pol_ext / num_theta / 2

# Bin particle crossings
Expand Down

0 comments on commit f63d9de

Please sign in to comment.