next up previous contents
Next: About this document ... Up: No Title Previous: Error Handling

Namelist Description

The program may be run by editing the namelist file and bypassing the input phase. This is particularly useful if a windowing environment is not available. However, the normal error checking of the input program is also skipped so care should be exercised. The namelist file is named namelist.int and should reside in the current directory. A sample namelist file is shown below and the meaning of each variable is given.
   fname=
   '/home/sage0/albert/fits/counts.v+0080.g002',
   '/analysis1/data/fits/counts.vp0050.g002',
   '/home/sage0/albert/fits/counts.v+0080.g002',
   sgn=1,intns=T,newfil=F,ocoord='GALA',maptyp='Sky Region',
   xbinsz=1.000000,ybinsz=1.000000,
   skylim=0.000,360.00000,-20.000000,20.000000,
 &END

fname  : Array of file names (1st input counts file, 2nd input counts file,
         output counts file)
sgn    : Sign of the map operation (1: addition, -1:subtraction)
intns  : Flag for creation of exposure and intensity maps
         (T: create exposure and intensity maps, F: don't create)
newfil : Flag to say if output file is new (only used in program report)
ocoord : Output map coordinate system ('GALA': galactic, 'CELE': celestial)
maptyp : Map type ('Sky Region', 'Galactic Disk', 'All Sky')
xbinsz : Bin size on the X axis
xbinsz : Bin size on the Y axis
skylim : Sky area for the output map (Xmin, Xmax, Ymin, Ymax)

After the namelist is modified, the program is executed with

nice +priority addmap -s &
The program report is found in file addmap.list.

CGRO SSC
1998-06-29