-
Notifications
You must be signed in to change notification settings - Fork 15
Evora Quickstart
Matt Ketkaroonkul edited this page Apr 9, 2022
·
3 revisions
-
Follow directions in Common Project Development Procedures
-
Issue the following command to install the
evoraPython package:
$ cd Instruments/
$ pip install -e evora
- To test out the
evorapackage:
$ python
>>> from evora.andor import andor_wrapper as aw
>>> aw.initialize('/usr/local/etc/andor')
20002
-
20002translates toDRV_SUCCESS(good!)
? install libusb: sudo apt-get install libusb-dev
- Install Driver
Python 2.7
>>> from evora.evora import Evora
>>> from evora.andor import andor
>>> e = Evora()
>>> e.startup()