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.
Loading...
Searching...
No Matches
microscope.takeimage Namespace Reference

Variables

 camera = SimulatedCamera()
 
 data_queue = queue.Queue()
 
 img = data_queue.get()
 
 file = open(sys.argv[1],"wb")
 

Variable Documentation

◆ camera

microscope.takeimage.camera = SimulatedCamera()

Definition at line 8 of file takeimage.py.

◆ data_queue

microscope.takeimage.data_queue = queue.Queue()

Definition at line 9 of file takeimage.py.

◆ file

microscope.takeimage.file = open(sys.argv[1],"wb")

Definition at line 14 of file takeimage.py.

◆ img

microscope.takeimage.img = data_queue.get()

Definition at line 13 of file takeimage.py.