![]() |
BioImager
3.6.0
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Variables | |
| camera = SimulatedCamera() | |
| data_queue = queue.Queue() | |
| img = data_queue.get() | |
| file = open(sys.argv[1],"wb") | |
| microscope.takeimage.camera = SimulatedCamera() |
Definition at line 8 of file takeimage.py.
| microscope.takeimage.data_queue = queue.Queue() |
Definition at line 9 of file takeimage.py.
| microscope.takeimage.file = open(sys.argv[1],"wb") |
Definition at line 14 of file takeimage.py.
| microscope.takeimage.img = data_queue.get() |
Definition at line 13 of file takeimage.py.