We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Follow directions in Common Project Development Procedures
Issue the following command to install the evora Python package:
evora
$ cd Instruments/ $ pip install -e evora
$ python >>> from evora.andor import andor_wrapper as aw >>> aw.initialize('/usr/local/etc/andor') 20002
20002
DRV_SUCCESS
? install libusb: sudo apt-get install libusb-dev
Python 2.7 >>> from evora.evora import Evora >>> from evora.andor import andor >>> e = Evora() >>> e.startup()