renaming of the function that transform discrete polar coords to discrete cartesian coords
This commit is contained in:
parent
0c21e935ed
commit
6efedda662
@ -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_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user