# @(#)AAREADME 17.1.1.1 (ESO-IPG) 01/25/02 17:14:17 . contains main modules of the daophot package The complie and link them ine needs the daophotlib library ======================================================================== 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=2560000, PSFMAX=35, NOPT=10) In daophot.for: PARAMETER (NOPT=19, NCMD=23, MAXPIC=2560000, 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 2560000, hence for adequate for image with a size of 1600 by 1600 pixels. Further increase is possible, however may cause problems is the execution, since both ALLSTAT and DAOPHOT statically allocate memory for a number of 2-dim arrays of this (full) size.