python-microscope / 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
69 stars 41 forks source link

The test stage and cockpit will not do mosaics #150

Closed iandobbie closed 4 years ago

iandobbie commented 4 years ago

I don't know if this is a microscope or a cockpit issue but the mosaic does not work with the teststage stage device.

iandobbie commented 4 years ago

This is due to a lack of STAGE_STOPPED events see https://github.com/MicronOxford/cockpit/issues/614. This also requires a is_moving() function in microscope stages so we should add this to the abstract base class.

iandobbie commented 4 years ago

This is solved in the latest cockpit updates.