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

Add a mosaic mode to testcamera device. #145

Closed iandobbie closed 4 years ago

iandobbie commented 4 years ago

Enable the testcamera to have a large image it will return subsections of given some x/y coordinates. This will allow simulated mosaics. This is started in https://github.com/iandobbie/microscope/tree/mosaicTestCamera

Additional feature suggestions: 1) enable pixel size so we can simulate different objectives by resampling the image. 2) enable a gaussian filter so we can simulate defocus in a quick and dirty way. 3) enable channel selection so we can turn a rgb tif image into multiple fluorescence channels.

iandobbie commented 4 years ago

This is dealt with in issue #146