Skip to content
Andrew M. C. Dawes edited this page Dec 31, 2013 · 7 revisions

pypicam module documentation

This is the primary place for documentation on our use of python to control a Princeton Instruments PyLon CCD.

The following pages contain information on particular steps for the installation process:

  1. Install PICAM libraries (we run linux, currently Fedora 19)
  2. Create appropriate directory for PITS lock file information: sudo mkdir /var/run/pits
  3. set library variables: source /opt/PrincetonInstruments/picam/set_picam_env
  4. Run pypicam.py: sudo python pypicam.py (Note this has to be root due to the low-level access to the ethernet layer, we're working on a way around this, but for now see our Camserver software)

Clone this wiki locally