This commit is contained in:
2019-08-22 16:30:42 +02:00
parent bf124ed20f
commit 489e301675
9 changed files with 16 additions and 10 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
#Fri Aug 24 11:05:04 CEST 2018 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=50.0 defaultSpeed=50.0
estbilizationDelay=0 estbilizationDelay=0
maxSpeed=50.0 maxSpeed=50.0
maxValue=360.0 maxValue=360.0
minSpeed=0.1 minSpeed=0.1
minValue=-360.0 minValue=-360.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=2 precision=2
resolution=NaN resolution=NaN
+2 -1
View File
@@ -1,10 +1,11 @@
#Mon Feb 11 17:24:00 CET 2019 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=50.0 defaultSpeed=50.0
estbilizationDelay=0 estbilizationDelay=0
maxSpeed=50.0 maxSpeed=50.0
maxValue=190.0 maxValue=190.0
minSpeed=0.1 minSpeed=0.1
minValue=-19.0 minValue=-19.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=2 precision=2
resolution=NaN resolution=NaN
+2 -1
View File
@@ -1,10 +1,11 @@
#Mon Feb 11 17:20:20 CET 2019 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=50.0 defaultSpeed=50.0
estbilizationDelay=0 estbilizationDelay=0
maxSpeed=50.0 maxSpeed=50.0
maxValue=189.0 maxValue=189.0
minSpeed=0.1 minSpeed=0.1
minValue=-190.0 minValue=-190.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=2 precision=2
resolution=NaN resolution=NaN
+2 -1
View File
@@ -1,10 +1,11 @@
#Mon Feb 11 17:19:49 CET 2019 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=50.0 defaultSpeed=50.0
estbilizationDelay=0 estbilizationDelay=0
maxSpeed=50.0 maxSpeed=50.0
maxValue=164.0 maxValue=164.0
minSpeed=0.1 minSpeed=0.1
minValue=-61.0 minValue=-61.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=2 precision=2
resolution=NaN resolution=NaN
+2 -1
View File
@@ -1,4 +1,4 @@
#Fri Jun 22 08:53:29 CEST 2018 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=1.0 defaultSpeed=1.0
estbilizationDelay=0 estbilizationDelay=0
hasEnable=true hasEnable=true
@@ -7,6 +7,7 @@ maxSpeed=20.0
maxValue=75.0 maxValue=75.0
minSpeed=0.001 minSpeed=0.001
minValue=-5.0 minValue=-5.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=4 precision=4
resolution=0.00125 resolution=0.00125
+2 -1
View File
@@ -1,4 +1,4 @@
#Tue Oct 16 15:21:38 CEST 2018 #Thu Aug 22 16:30:36 CEST 2019
accessType=ReadWrite accessType=ReadWrite
channel=MTEST-GOBBO\:MOT2 channel=MTEST-GOBBO\:MOT2
defaultSpeed=0.2 defaultSpeed=0.2
@@ -10,6 +10,7 @@ maxSpeed=100.0
maxValue=100.0 maxValue=100.0
minSpeed=0.001 minSpeed=0.001
minValue=-100.0 minValue=-100.0
monitorByPosition=false
offset=10.0 offset=10.0
precision=3 precision=3
resolution=NaN resolution=NaN
+2 -1
View File
@@ -1,10 +1,11 @@
#Thu Aug 15 15:28:35 CEST 2019 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=0.2 defaultSpeed=0.2
estbilizationDelay=0 estbilizationDelay=0
maxSpeed=50.0 maxSpeed=50.0
maxValue=116.0 maxValue=116.0
minSpeed=0.1 minSpeed=0.1
minValue=-13.0 minValue=-13.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=2 precision=2
resolution=NaN resolution=NaN
+2 -1
View File
@@ -1,10 +1,11 @@
#Fri Aug 24 11:05:11 CEST 2018 #Thu Aug 22 16:30:36 CEST 2019
defaultSpeed=50.0 defaultSpeed=50.0
estbilizationDelay=0 estbilizationDelay=0
maxSpeed=50.0 maxSpeed=50.0
maxValue=360.0 maxValue=360.0
minSpeed=0.1 minSpeed=0.1
minValue=-360.0 minValue=-360.0
monitorByPosition=false
offset=0.0 offset=0.0
precision=2 precision=2
resolution=NaN resolution=NaN
-2
View File
@@ -1,6 +1,4 @@
import numpy import numpy
import time
from scipy import signal, ndimage from scipy import signal, ndimage
def img_get_int(fname, thres1, thres2, thres3, thres4, header, width, height, depth, x1,y1,x2,y2, bx1,by1,bx2,by2 , filter_median = False, filter_nsigma = 0): def img_get_int(fname, thres1, thres2, thres3, thres4, header, width, height, depth, x1,y1,x2,y2, bx1,by1,bx2,by2 , filter_median = False, filter_nsigma = 0):