Closedown

This commit is contained in:
sfop
2017-03-01 13:17:00 +01:00
parent 355541cd7d
commit ab4ebca069
+1 -1
View File
@@ -48,7 +48,7 @@ try:
xb = create_averager(x, nb, 0.100)
r = lscan(phase, xb, start, stop, step, latency=lat, after_read = after)
rf_phase = r.getPositions(0)
energy = [val.mean/1000.0/disp*energy0 for val in r.getReadable(1)]
energy = [val.mean/1000.0/disp*energy0 for val in r.getReadable(0)]
caput(station + "-RSYS:GET-ENERGY-ARRAY", to_array(energy, 'd'))
caput(station + "-RSYS:GET-PHASE-ARRAY", to_array(rf_phase,'d'))
phase_fit_max = None