Skip to content

Commit

Permalink
adjust theta_min to start at zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Sep 26, 2024
1 parent f63d9de commit c65130d
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 = -pol_ext / 2 - pol_ext / num_theta / 2
theta_min = 0 - pol_ext / num_theta / 2
theta_max = pol_ext + pol_ext / num_theta / 2

# Bin particle crossings
Expand Down

0 comments on commit c65130d

Please sign in to comment.