slaclab / pysmurf

Other
2 stars 9 forks source link

Fix bug causing plot_tune_summary to crash if eta_scan=True and there are any unassigned channels in freq_resp dict. #758

Closed swh76 closed 1 year ago

swh76 commented 1 year ago

Description

No longer trying to plot setup_notches data for unassigned channels, which causes the plot_tune_summary function to crash. Tested both with the setup_notches routine's scan_unassigned keyword True and False. Fixes issue #757. No interface changes.

Tests done on this branch.

20230317_issue757.ipynb.gz