This dir. contains the main modules of the daophot package
to compile and link them the daophotlib library is needed.
========================================================================
 allstar.for   - 
 daophot.for   -

Both modules allstar.for and daophot.for contain a parameter line containing 
the parameter MAXFRM, respectively MAXPIC for the declaration of the maximum 
image size in the programs.
In allstar.for:
      PARAMETER (MAXFRM=16810000, PSFMAX=35, NOPT=10)

In daophot.for:
      PARAMETER (NOPT=19, NCMD=23, MAXPIC=16810000, MAXPSF=145,
     .     MAXEXP=6, MAXPAR=6, MAXBOX=13, MAXSKY=10000)


The original value was 655360. However, since in many case this is 
considered too small it has been increased to 16810000, hence 
adequate for image with a size of 4100 by 4100 pixels. Further 
increase is possible, however may cause problems in the execution, 
since both ALLSTAT and DAOPHOT statically allocate memory for a 
number of 2-dim arrays of this (full) size.

last updated Oct. 5, 2011

