~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/daophot/src/AAREADME

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This dir. contains the main modules of the daophot package
 
2
to compile and link them the daophotlib library is needed.
 
3
========================================================================
 
4
 allstar.for   - 
 
5
 daophot.for   -
 
6
 
 
7
Both modules allstar.for and daophot.for contain a parameter line containing 
 
8
the parameter MAXFRM, respectively MAXPIC for the declaration of the maximum 
 
9
image size in the programs.
 
10
In allstar.for:
 
11
      PARAMETER (MAXFRM=16810000, PSFMAX=35, NOPT=10)
 
12
 
 
13
In daophot.for:
 
14
      PARAMETER (NOPT=19, NCMD=23, MAXPIC=16810000, MAXPSF=145,
 
15
     .     MAXEXP=6, MAXPAR=6, MAXBOX=13, MAXSKY=10000)
 
16
 
 
17
 
 
18
The original value was 655360. However, since in many case this is 
 
19
considered too small it has been increased to 16810000, hence 
 
20
adequate for image with a size of 4100 by 4100 pixels. Further 
 
21
increase is possible, however may cause problems in the execution, 
 
22
since both ALLSTAT and DAOPHOT statically allocate memory for a 
 
23
number of 2-dim arrays of this (full) size.
 
24
 
 
25
last updated Oct. 5, 2011
 
26