diff --git a/20240709SerdarModScript.py b/20240709SerdarModScript.py index 9897f88..2709b28 100644 --- a/20240709SerdarModScript.py +++ b/20240709SerdarModScript.py @@ -577,7 +577,7 @@ def sweep_b_val(instr:pyvisa.resources.Resource, min_bval:float, max_bval:float, np.savetxt("Wavelength.txt", wl) -def create_discrete_b_field_list(radius, start_angle, end_angle, step_size): +def polar_to_cartesian(radius, start_angle, end_angle, step_size): # TODO: docs """_summary_