micro-manager/pycro-manager

How to Emulate images?

michaelpmay opened this issue · 2 comments

Hello,

I am trying to write a python side emulator that loads some images before-hand and overwrites the acquired images with my own.

Currently, I can display an image as my own using an image hook, but I'm unsure if this also saves the images too.

How would I start doing this?

Thanks

If you return the images from an image processor they will save to disk. Try it out by opening with a Dataset

Thanks!