Introduction
lxnstack is a progam designed to align and stack astronomicalimages (planetary an deep-sky) This is an opensource program and is distributed under the GNU GPLv3 licence.
The following dependencies are needed to correctly execute the program:
- 'Python 2.7' (To check its presence in your system, use the command python2 --version)
- The python2 package 'numpy'
- The python2 package 'scipy'
- The python2 package 'PIL' or the python2 package 'Pillow'
- The libraries 'opencv' version 2
- The linraries Qt4
- The python2 package 'PyQt4'
- The package v4l-utils (actually only the program v4l2-ctl is needed)
- The python2 package 'PyFits' [OPTIONAL: needed to read/write FITS file]