Blackened

This commit is contained in:
jtc42 2020-01-24 15:41:33 +00:00
parent ffc944fe99
commit 6df7fe9405
16 changed files with 22 additions and 64 deletions

View file

@ -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