Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 989 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 989 Bytes

TWPA TUNE UP CODE:

Usage:

  1. Take reference data (all amplifiers tuned away) using Measurement Browser through Labber
Counter Value (number of SA traces to consider -> used for calculating average SNR)
  1. Take data using Measurement Browser through Labber with the following loop order (Keep SA span the same as the above step)
Counter Value (number of SA traces to consider -> used for calculating average SNR)
Power Bounds
Frequency Bounds
  1. $ python tune_up_twpa.py

or ** Run on Spyder **


$ python tune_up_twpa.py

File Location of TWPA Data: \path\to\twpa\sweep\data.hdf5

File Location of Reference Data: \path\to\reference\data.hdf5

Result

snr

To Do:

  • Automate Use of Hyperparameters (string names, ranges, etc)
  • Stable High SNR Regime Finder Implementation
  • Document Code
  • Usage Document (works with certain order and freq, power sweeps only)