Files
sf-rf/script/test_scan_with_fit.py
2016-05-27 14:34:49 +02:00

7 lines
144 B
Python
Executable File

res = lscan(SINSB01_phase, BC1_energy, -90, 90, 21, latency = 1.0, relative = True)
y = res.getReadable(0)
x = res.getPositions(0)
fit(y, x)