henrypinkard / Pygellan

[DEPREACATED] Python interface for data-driven microscopy with Micro-manager/Micro-Magellan
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Creat acquisition event generation socket #28

Open henrypinkard opened 4 years ago

henrypinkard commented 4 years ago

Create a python generator function that produces acquisition events according some syntax (e.g. {'z_pos': 123.45, 'time_index': 0}) which then drive acquisition on Java side and hardware sequenced where applicable. This would enable a lot of flexibility in driving acquisitions.

Maybe could do this push/pull ZMQ sockets