SIRIL is an  astronomical image processing tool.

SIRIL  is  aimed  at  providing  an  easy   to   use
processing tool for astronomical images. The  intent
is to provide linux  users  with  an  equivalent  of
Christian Buil's IRIS. This initial release has only
a few features but is  mainly  the  basis  for  easy
implementation of more and more functions.

Contributors are welcome. Coding language is C. 

Adding  new  commands  and  features  is   basically
independent from the GUI. You just need to  look  at
commands.c, siril.c and siril.h in the  src  subtree
to see how the stuff  works,  and  how  to  add  new
things that can be integrated...

Requirements
Siril uses:

    * Gtk-1.2 for the GUI toolkit
    * cfitsio for fits related stuff
    * fftw as a FFT library

fftw and cfitsio seem to install smoothly anywhere.

Read INSTALL for installation procedure (basically,
it's just :

	./configure
	make

