Apply suggestions from code review of branch More-workflow-layers
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
0e5f9f46ca
commit
1221b6ca02
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ class ScanWorkflow(Generic[SettingModelType], lt.Thing):
|
|||
|
||||
# CSM may not be set, and isn't required for a workflow. Allow for it to exist or be None
|
||||
_csm: Optional[CameraStageMapper] = lt.thing_slot()
|
||||
# Camera, stage and autofocus are all required by any scan workflow
|
||||
_cam: BaseCamera = lt.thing_slot()
|
||||
_stage: BaseStage = lt.thing_slot()
|
||||
_autofocus: AutofocusThing = lt.thing_slot()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue