dop-oxford / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
1 stars 0 forks source link

Integrate B Raman XY stage into microscope #5

Closed rowannicholls closed 2 days ago

rowannicholls commented 1 month ago

Summary

Migrate and integrate ('port') the code for controlling the XY stage from B_Raman_Test into the microscope framework. It should have a 'simulated' option so that an in silico version can be instantiated.

Finish Criteria

rowannicholls commented 3 weeks ago

Use the stage device and individual axes so as to make it compatible with all the other stage devices.

rowannicholls commented 2 weeks ago

This ticket edits file mls2032.py and its classes MLS2032Stage(microscope.abc.Stage) and MLS2032StageAxis(microscope.abc.StageAxis)

rowannicholls commented 2 days ago

Closed; won't do