Skip to content

SivyerLab/pyandor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyandor

pyandor is a viewer for the Andor scientific camera. This version was developed and tested for use with the iXon line specifically, but may work with other models. pyandor was developed based on qCamera.

Requirements

pyandor is developed for Windows due to the Andor library being built for Windows. 32 and 64-bit Andor libraries are included with pyandor. Default is set to use the 64-bit library, to switch to 32-bit see line 133 in pyandor/__init__.py

The following Python packages are required:

  • cv2 (with ffmpeg)
  • pyqt
  • pyqtgraph
  • numpy
  • scipy
  • pillow

Optionally:

  • labjackpython (plus labjack driver, for triggering)

Installation

conda install -c menpo opencv

conda install -y pyqt=4 pyqtgraph numpy scipy pillow

Credits

The source code in /andor was developed by the Ion Trap Group at Aarhus University. See LICENSE in /andor for details. Many thanks to them for their work.

About

Viewer for Andor scientific camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages