Debugging dispersion and xtcav app plugins
This commit is contained in:
+2
-1
@@ -33,7 +33,7 @@ class SlicScan(QObject):
|
||||
self.daq=daq
|
||||
Thread(target=self.Tmonitor).start()
|
||||
|
||||
def Tmonitor(self):
|
||||
def Tmonitor(self):
|
||||
mythread = Thread(target=self.Tscanner).start()
|
||||
time.sleep(1)
|
||||
ostep = -1
|
||||
@@ -63,6 +63,7 @@ class SlicScan(QObject):
|
||||
|
||||
def Tsnap(self):
|
||||
self.snap = getSnap()
|
||||
print('Acquired snap')
|
||||
self.sigsnap.emit(True)
|
||||
|
||||
def stop(self):
|
||||
|
||||
Reference in New Issue
Block a user