edit · history · print

The last version is dated on 19/05/2008

Download : 1.1 release !!!!!

What you need

  • -Python (2.4 ou 2.5)
  • -PyQT4
  • -gphoto2
  • NEW : !! python-imaging, python-numpy, python-scipy : search stars and compute FWHM.

Install

Pyfocus have full system setup yet.

    tar xvzf pyfocus-1.1.tar.gz

go through its directory :

    cd pyfocus

launch setup (on root user) : python setup.py install


Bug related to gphoto2

In order to capture with pyfocus, you will need to change one thing in source.

download 2.4.0 libgphoto2 source :

    http://downloads.sourceforge.net/gphoto/libgphoto2-2.4.0.tar.bz2?modtime=1185749822&big_mirror=0

extract it :

    tar xvjf libgphoto2-2.4.0.tar.bz2

go in :

    cd libgphoto2-2.4.0

change line 75 :CANON_FAST_TIMEOUT 75 become CANON_FAST_TIMEOUT 175

Compile :

    ./configure --prefix=/usr
    make
    make install

Last version Version 0.1 du 2 juin 2007

edit · history · print
Page last modified on May 19, 2008, at 08:36 AM