BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
initialize.py
1import microscope
2import Pyro4
3import sys
4stage = Pyro4.Proxy(sys.argv[1])
5stage.enable()
6print("OK")