From c65130de94ea463701430d0832015455819452dc Mon Sep 17 00:00:00 2001 From: Edgar Date: Thu, 26 Sep 2024 17:54:51 -0500 Subject: [PATCH] adjust theta_min to start at zero --- parastell/nwl_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parastell/nwl_utils.py b/parastell/nwl_utils.py index 9bf9c60..4c4e774 100644 --- a/parastell/nwl_utils.py +++ b/parastell/nwl_utils.py @@ -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