You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For copyright reasons, the SDK for the Andor Camera is not publicly available. However, if you were to have the software, to install the software dependencies on your system, open the folder for the software and run
$ sudo ./install_andor
Building the Pybind11 .so Objects
Every time you would like to test changes made to andor_wrapper.cpp, or you are building for the first time since cloning the repo, issue the following shell commands:
$ cd Instruments/evora/andor/
$ make clean
$ make andor_wrapper