/alipy

Identify geometrical transformations between optical astronomical images

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

About
=====
This is a fork of the original alipy 2 package. The main goal is to make
this code Python3 and PEP8 compliant. Other than that, it should remain 
substantially the same.

For the documentation, please refer to the original page:

http://obswww.unige.ch/~tewes/alipy/

Original About
==============

This is a python package to quickly, automatically, and robustly identify 
geometrical transforms between optical astronomical images, using only field 
stars. The images can have different pixel sizes, orientations, pointings 
and filters.

http://obswww.unige.ch/~tewes/


Installation
============

Quick :
python setup.py install

To create a source distribution :
python setup.py sdist

More info :
http://docs.python.org/distutils/


To generate the documentation
=============================

cd doc
make apidoc
make html

--> _build/index.html