slaclab / pysmurf

Other
2 stars 9 forks source link

Add ability to flip phase polarity before running find_freq #654

Closed eyyoung24 closed 3 years ago

eyyoung24 commented 3 years ago

Describe the problem

There was a FW bug (that has since been resolved) that flipped the sign of the phase. The phase slip measurement in find_freq depends on getting that phase polarity correct. To solve this, we introduce a paramter that simply multiplies the phase by -1 before taking the derivative.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Additional details

Add any other details about the feature request here.