Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
30 stars 25 forks source link

Add method to plot data and fit in a standard way #50

Open joshmutus opened 4 years ago

joshmutus commented 4 years ago

Create a method that takes fit values dictionary for example:

{'Q': 273178.7431584903,
 'Qc': 242764.2007247585,
 'w1': 5.78529287158879,
 'phi': 0.06757726597956264}

and generates a plot with that fit overlaid with data in amplitude, phase, and re, imag(s21).

scottito commented 1 year ago

@crmcrae @nmaterise, is this different from how our plots currently display fit values alongside fit plots?