
                           MUNIPACK


is a package for the time series CCD photometry. It is contains
a set of utilities to the aperture photometry of the a lot of 
the CCD images. A main part of the source codes is writen 
in Fortran 90, a low-level I/O routines in K&R C. 
You must have also installed any compiler of Fortran 90, C compiler and
cFITSIO library which available from: http://heasarc.gsfc.nasa.gov/cfitsio. 

INSTALLING MUNIPACK
-------------------

The official place to get stable version is

http://munipack.astronomy.cz

where the packages and on-line documentations is stored.

The munipack is available in binary and source packages
and some different forms. The last stable packages in the
source form, Debian packages and RPM form on the anonymous
ftp server

ftp://integral.sci.muni.cz/pub/munipack.new/

in directory /pub/munipack.new/. The RPM package is created
by the utility alien (..). The last deb version is also
available over apt-get on Debian-base systemes. Use line

ftp://integral.sci.muni.cz/debian...

in your /etc/apt/sources.list file. 

The last unstable version is avaliable over CVS on the server:

integral.sci.muni.cz...

(this part will be completed soon...:-)


REQUIREMENTS
------------

The binary packages not needs any unusual software to by installed
execept cfitsio library.

If, your are planing compile this package, you will be need the
Fortran90 compiler, the C compiler, the cfistio library, groff
(manual pages), DocBook dtd in XML, jade, jadetex (documentation).



BUILDING MUNIPACK
-----------------

The MUNIPACK is built on Unix systems by typing:

>  ./configure.sh
>  ./make

at the operating system prompt.  The 'configure.sh' command customizes
the Makefile for your particular system, then the 'make' command
builds the package.



BUILDING PROBLEMS
-----------------

Not found yet.

To install the munipack package your will be need installed the
cfitsio library. If your installed it to a non-standard directory,
you MUST define the environment variable LD_LIBRARY_PATH to
this directory like this exapmle:

sh, bash:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/may_directory_with_cfitsio

ksh, tcsh
setenv LD_LIBRARY_PATH ($LD_LIBRARY_PATH may_directory_with_cfitsio )



CHECKED PLATFORMS
-----------------

   Operating System          Compiler
   ----------------          --------
   Linux (glibc)             gcc, vastf90
   IRIX                      cc, f90


DOCS
----

The /usr/share/doc/munipack directory contains doc in PS, HTML and XML
formats. 



-------------------------------------------------------------------------

Filip Hroch
hroch@physics.muni.cz
Masaryk University, Brno


