Blackened
This commit is contained in:
parent
ffc944fe99
commit
6df7fe9405
16 changed files with 22 additions and 64 deletions
|
|
@ -28,7 +28,7 @@ class Microscope:
|
|||
# Initial attributes
|
||||
self.id = uuid.uuid4() #: Microscope UUID
|
||||
self.name = self.id #: Microscope name (modifiable)
|
||||
self.fov = [0, 0] #: Microscope field-of-view in stage motor steps
|
||||
self.fov = [0, 0] #: Microscope field-of-view in stage motor steps
|
||||
self.camera = None #: Currently connected camera object
|
||||
self.stage = None #: Currently connected stage object
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue