diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties index b365040..b6c28d4 100644 --- a/devices/CurrentCamera.properties +++ b/devices/CurrentCamera.properties @@ -1,10 +1,10 @@ -#Fri May 05 09:51:51 CEST 2017 +#Fri May 05 10:22:07 CEST 2017 colormap=Flame colormapAutomatic=true colormapMax=500.0 colormapMin=0.0 -flipHorizontally=true -flipVertically=true +flipHorizontally=false +flipVertically=false grayscale=false imageHeight=2160 imageWidth=2560 @@ -21,9 +21,9 @@ rotation=0.0 rotationCrop=false scale=1.0 serverURL=localhost\:10000 -spatialCalOffsetX=-1292.0 -spatialCalOffsetY=-1062.0 -spatialCalScaleX=-8.784773060029282 -spatialCalScaleY=-8.854454897620366 +spatialCalOffsetX=-353.4835668370595 +spatialCalOffsetY=-400.5089076620873 +spatialCalScaleX=-8.512332780393836 +spatialCalScaleY=-8.592910727775127 spatialCalUnits=mm transpose=false diff --git a/script/Diagnostics/sig_process.py b/script/Diagnostics/sig_process.py index 8e9ef17..49baae5 100644 --- a/script/Diagnostics/sig_process.py +++ b/script/Diagnostics/sig_process.py @@ -30,6 +30,7 @@ def blm_remove_spikes(x): maximum = x.max() - x.min() print ("B") for i in range(x.size-3): + print "I=", i if d_x[i+1] > 0.5 * maximum and d_x[i+2] < -0.5 * maximum: print ("E") # 1 point spike