diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties index 1554007..6f50a84 100644 --- a/devices/CurrentCamera.properties +++ b/devices/CurrentCamera.properties @@ -1,4 +1,4 @@ -#Fri May 26 15:06:25 CEST 2017 +#Fri May 26 16:34:54 CEST 2017 colormap=Flame colormapAutomatic=true colormapMax=2000.0 @@ -21,9 +21,9 @@ rotation=0.0 rotationCrop=false scale=1.0 serverURL=localhost\:10000 -spatialCalOffsetX=-158.5197404227148 -spatialCalOffsetY=-106.41406334370838 -spatialCalScaleX=-14.401765522203947 -spatialCalScaleY=-13.617021560668945 +spatialCalOffsetX=-96.58536606067958 +spatialCalOffsetY=-67.48201620883489 +spatialCalScaleX=-14.46944297232279 +spatialCalScaleY=-13.605441964787545 spatialCalUnits=mm transpose=false diff --git a/script/Devices/ImageStats.py b/script/Devices/ImageStats.py index 8c51219..ab6d04f 100644 --- a/script/Devices/ImageStats.py +++ b/script/Devices/ImageStats.py @@ -128,7 +128,6 @@ class ImageStats(DeviceBase): def __init__(self, dev): self.dev=dev def onImage(self, origin, image, data): - print "On image" self.dev.doUpdate() def onError(self, origin, ex): self.dev.com_x_samples, self.dev.com_y_samples = [], [] @@ -137,7 +136,6 @@ class ImageStats(DeviceBase): def doUpdate(self): - print "Update" self.com_x_samples, self.com_y_samples = [], [] for i in range(self.num_images): #if type(self.source) is not ch.psi.pshell.imaging.FileSource: