Overhauled v2 plugin attaching
This commit is contained in:
parent
b8f6193f7b
commit
3c096e9b53
6 changed files with 167 additions and 135 deletions
|
|
@ -58,6 +58,8 @@ class ScanPlugin(MicroscopePlugin):
|
|||
api_views = {"/tile": TileScanAPI}
|
||||
|
||||
def __init__(self):
|
||||
MicroscopePlugin.__init__(self)
|
||||
|
||||
self.images_to_be_captured: int = 1
|
||||
update_task_data({"images_to_be_captured": self.images_to_be_captured})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue