Startup
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user