Package PyAOV
(C) Alex Schwarzenberg-Czerny 2011 alex@camk.edu.pl
The whole package pyaov is copyrighted. It may be distributed free,
provided that no changes are made to any file and its copyright statements.
This is so as to prevent unmanagable forking of the package. 

Purpose:
Analysis of unevenly sampled time series

Requirements:
gfortran compiler, f2py and python packages

Installation:
1/ create pyaov directory, cd there and unzip and untar the distribution file into it;
2/ issue command
        sh build.sh
It should lots of output, but no error message in the last 3 lines
3/ run examples, e.g. by
        python ex1.py
To proceed you have to close each subsequent graphic window (press cross in its right upper corner).
The same applies for ex2.py
4/ You are set to use PyAOV package. Enter interactive python mode and 
examples to proceed in a similar way.
Use online help as indicated in pyaov.py header and consult documentation from the
latex pyaov.tex file

