Python wrappers for SBIG (tm) Universal Driver
This is a Python wrapper to SBIG (tm) Universal Driver libraries for Linux.
The installation is easily done using setuptools easy_install script, which will check the required Python packages and install install any if necessary.
easy_install python-sbigudrv
To install this package you will need:
Numpy >= 1.0.3.
SWIG (optionally, but recommended). Only if you need to regenerate the included pre-generated wrapper.
libusb. It's widely available. It works with the stable (0.1) version, not the new in development 1.0.
You'll also need Python developer package.
On Ubuntu, use the following to install all dependencies:
sudo apt-get install python-dev python-numpy swig libusb-dev
Author
Paulo Henrique Silva <ph.silva@gmail.com>, Astrophysics Group Universidade Federal de Santa Catarina.
DISCLAIMER
This is project is not sponsored or endorsed by Santa Barbara Instrument Group, Inc.
This package contains the original SBIG (tm) libraries for Linux kindly packaged by Jan Soldan, Astronomical Institute, Ondrejov, Czech Republic.