Boulder-Cryogenic-Quantum-Testbed / scresonators

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

reonsator.py rewrite, README rewrites, Addresses (#98), #126

Closed nickkprice closed 2 years ago

nickkprice commented 2 years ago

-Rewriting of Resonator class as data container for all necessary fitting values. Users will now initialize a Resonator class object, then use that object for preparing fitting variables, and running the fit itself. -Lmfit warning (#98) and related inaccurate confidence interval reporting bug fixed lmfit is only passed non-fixed variables now. Will look into cleaning up the logic of the confidence interval calculation if time permits