From f6318dc177f30d78819263dc2b1bd3dbc7fef12e Mon Sep 17 00:00:00 2001 From: Daniel Llorente Date: Mon, 21 Nov 2016 11:12:50 +0100 Subject: [PATCH] Startup --- devices/CurrentCamera.properties | 18 +++++++++--------- script/test/thomas.py | 4 ++++ 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 script/test/thomas.py diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties index f6413e2..660fe70 100644 --- a/devices/CurrentCamera.properties +++ b/devices/CurrentCamera.properties @@ -1,13 +1,13 @@ -#Thu Nov 10 19:41:49 CET 2016 +#Mon Nov 21 09:52:06 CET 2016 colormap=Grayscale colormapAutomatic=true -colormapMax=2.0 +colormapMax=0.0 colormapMin=0.0 flipHorizontally=false -flipVertically=false +flipVertically=true grayscale=false -imageHeight=2160 -imageWidth=2560 +imageHeight=1200 +imageWidth=1246 invert=false rescaleFactor=1.0 rescaleOffset=0.0 @@ -18,9 +18,9 @@ roiY=0 rotation=0.0 rotationCrop=false scale=1.0 -spatialCalOffsetX=-50.0 -spatialCalOffsetY=-50.0 -spatialCalScaleX=-1.0 -spatialCalScaleY=-1.0 +spatialCalOffsetX=-630.0 +spatialCalOffsetY=-612.0 +spatialCalScaleX=-26.761819803746654 +spatialCalScaleY=-26.595744680851062 spatialCalUnits=mm transpose=false diff --git a/script/test/thomas.py b/script/test/thomas.py new file mode 100644 index 0000000..c88c4b5 --- /dev/null +++ b/script/test/thomas.py @@ -0,0 +1,4 @@ +data = tscan(Channel('SINEG01-DICT215:B1_CHARGE'), 1000, 0.1) +samples = data.getReadable(0) +print "mean=", mean(samples) +print "stdev=", stdev (samples) \ No newline at end of file