Andor SDK 3

You first need to install Andor Solis or the Andor SKD.

The version 3 of the software development kit (SDK 3) interfaces the newer cameras: Zyla, Neo, Apogee, Sona, Marana, and Balor.

Andor cameras are implemented via PyLabLib package. Thus, you need to install PyLabLib. The documentation on AndorSDK3 in PyLabLib is available here.

Finally, you should create a dedicated model class for your model by applying the following procedure (unless model class was already impelmented):

  1. Open file Cameras/AndorSDK3.py in an editor.

  2. Copy the definition of the ExampleModelClass class, and paste it at the end of the file.

  3. In the pasted text, replace “ExampleModel” in the name of the class and the “…” in the docstring below by your model name (the exact same as in the Config files).

  4. Save your file and test.

Andor cameras have not been tested with CAtImaPy. If you use one and it works, let us know. If you use one, it does not work and you find why, let us know.