Apply suggestions from code review of branch fix-movements
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
f3c8add398
commit
c7dd269c01
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class BaseStage(lt.Thing):
|
||||||
implementing new stages.
|
implementing new stages.
|
||||||
|
|
||||||
Note that the coordinate system used for the microscope may need to have different
|
Note that the coordinate system used for the microscope may need to have different
|
||||||
axis direction as those used for
|
axis direction as those used by the underlying stage controller.
|
||||||
|
|
||||||
A minimal working stage must implement ``_hardware_move_relative``
|
A minimal working stage must implement ``_hardware_move_relative``
|
||||||
and ``_hardware_move_absolute`` actions, which update the ``_hardware_position``
|
and ``_hardware_move_absolute`` actions, which update the ``_hardware_position``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue