Skip to content

Commit

Permalink
Temporary hardcode for ampcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
swh76 committed Nov 15, 2019
1 parent 04d78f9 commit 0fda7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysmurf/tune/smurf_tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -2892,7 +2892,7 @@ def find_freq(self, band, subband=np.arange(13,115), drive_power=None,
res_freq = self.find_all_peak(self.freq_resp[band]['find_freq']['f'],
self.freq_resp[band]['find_freq']['resp'], subband,
make_plot=make_plot, band=band, rolling_med=rolling_med,
window=window, make_subband_plot=make_subband_plot)
window=window, make_subband_plot=make_subband_plot, amp_cut=0.1)
self.freq_resp[band]['find_freq']['resonance'] = res_freq

# Save resonances
Expand Down

0 comments on commit 0fda7dd

Please sign in to comment.