slaclab / pysmurf

Other
2 stars 9 forks source link

Include grad_kernel_width kwarg in find_peak call #750

Closed dpdutcher closed 1 year ago

dpdutcher commented 1 year ago

Description

Passes grad_kernel_width keyword to find_peak in smurf_tune from find_all_peak. grad_kernel_width was an allowed keyword of the find_all_peak function, but it wasn't actually being passed on to find_peak! Addresses issue https://github.com/slaclab/pysmurf/issues/749.