Debugging dispersion and xtcav app plugins

This commit is contained in:
2023-07-26 13:32:43 +02:00
parent 25e717e132
commit fff0c81070
4 changed files with 66 additions and 38 deletions
+2 -1
View File
@@ -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):