This commit is contained in:
Daniel Llorente
2016-11-21 11:12:50 +01:00
parent 2eff2eddf3
commit f6318dc177
2 changed files with 13 additions and 9 deletions

View File

@@ -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

4
script/test/thomas.py Normal file
View File

@@ -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)