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

Arbitrary python code exection during acquisition execution #29

Open henrypinkard opened 4 years ago

henrypinkard commented 4 years ago

Want to be able to pass in "acquisiton hooks", i.e. python functions that are automatically executed in different parts of the acquisition sequence (e.g. before hardware move, after hardware move, before image saving). This would enable the ability to adjust hardware based on data during the acquisition cycle (with a simple example being autofocus)