From c33908d8337aabf3108d213d79d36e8c2f0b3d40 Mon Sep 17 00:00:00 2001 From: schoener Date: Fri, 12 Nov 2021 16:41:39 +0100 Subject: [PATCH] Need to continue with B export --- Coil_geometry/AHH/11_B_qu_to_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coil_geometry/AHH/11_B_qu_to_field.py b/Coil_geometry/AHH/11_B_qu_to_field.py index 6435dff..4fa9e96 100644 --- a/Coil_geometry/AHH/11_B_qu_to_field.py +++ b/Coil_geometry/AHH/11_B_qu_to_field.py @@ -26,7 +26,7 @@ def main(): B_quarter = np.load('output/B_quarter.npy') - +# Todo: Alle werte aus B_quarter holen!! step = 1 xlim_mm = 30 xlim = 2 * int(xlim_mm/step) + 1