Save-Path-File-Changes #1

Merged
rtan merged 41 commits from Save-Path-File-Changes into main 2025-04-23 13:56:19 +00:00
Showing only changes of commit 6efedda662 - Show all commits

View File

@ -577,7 +577,7 @@ def sweep_b_val(instr:pyvisa.resources.Resource, min_bval:float, max_bval:float,
np.savetxt("Wavelength.txt", wl) 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 # TODO: docs
"""_summary_ """_summary_