Closedown

This commit is contained in:
sfop
2017-07-10 19:56:54 +02:00
parent 7606f104bf
commit 2ea6e1a250
4 changed files with 15 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
#Tue Jul 04 09:53:47 CEST 2017
#Mon Jul 10 19:49:59 CEST 2017
maxValue=360.0
minValue=-360.0
offset=0.0
precision=3
resolution=1.0
resolution=0.01
rotation=false
scale=1.0
unit=deg

View File

@@ -1,16 +1,16 @@
#Mon Jul 10 16:47:54 CEST 2017
#Mon Jul 10 19:55:52 CEST 2017
colormap=Flame
colormapAutomatic=true
colormapMax=606.0
colormapMax=251.0
colormapMin=0.0
flipHorizontally=false
flipVertically=false
grayscale=false
imageHeight=1206
imageWidth=1192
imageHeight=1680
imageWidth=1744
invert=false
regionStartX=352
regionStartY=2
regionStartX=433
regionStartY=241
rescaleFactor=1.0
rescaleOffset=0.0
roiHeight=-1
@@ -21,9 +21,9 @@ rotation=0.0
rotationCrop=false
scale=1.0
serverURL=localhost\:10000
spatialCalOffsetX=-307.51337366396956
spatialCalOffsetY=-328.50773007539067
spatialCalScaleX=-29.549881440739966
spatialCalScaleY=-26.711185419891642
spatialCalOffsetX=-861.4939970777481
spatialCalOffsetY=-820.4883730911062
spatialCalScaleX=-18.90359092620482
spatialCalScaleY=-19.37984500632817
spatialCalUnits=mm
transpose=false

View File

@@ -48,7 +48,7 @@ bph.config.minValue = -360.0
bph.config.maxValue = 360.0
bph.config.precision = 3
bph.config.rotation = False
bph.config.resolution = 1.0
bph.config.resolution = 0.01
bph.config.save()
bph.initialize()
rph.initialize()

View File

@@ -58,6 +58,8 @@ def after(rec):
caput(station + "-RSYS:GET-ENERGY-ARRAY", to_array(arr_energy,'d'))
try:
phase.write(start)
time.sleep(1.0)
x_averager = create_averager(x, nb, 0.100)
r = lscan(phase, x_averager, start, stop, step, latency=lat, after_read = after)
rf_phase = r.getPositions(0)