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. Note that the ACS value, required by the sensitivity routines, should generally not be modified.
 &USERIN
   FILNAM='/home/sage0/albert/fits/counts.vp0080.g003',
   SPECIN(1)=2.100000,SPECIN(2)=2.100000,SPECIN(3)=2.100000,
   SPECIN(4)=2.100000,SPECIN(5)=2.100000,SPECIN(6)=2.100000,
   SPECIN(7)=2.100000,SPECIN(8)=2.100000,SPECIN(9)=2.100000,
   SPECIN(10)=2.100000,
   SFACT(1)=0.903000,SFACT(2)=0.903000,SFACT(3)=1.000000,
   SFACT(4)=1.000000,SFACT(5)=1.000000,SFACT(6)=1.000000,
   SFACT(7)=1.000000,SFACT(8)=1.000000,SFACT(9)=1.000000,
   SFACT(10)=1.000000,
   EXPHST='/analysis1/data/exphst/exphst.v01p0000',
   USEXPF=F,
 &END
C
C NAMELIST FOR ACS VALUE ACCORDING TO TIME RANGE
C
C      ACS                   START TIME                END TIME
C     VALUE,            MM,DD,YY,HR,MN,SD,MIL    MM,DD,YY,HR,MN,SC,MIL,
C
 &ACSNAM
  ACSVAL(1)=0,   ACSTM1=01,01,86,00,00,00,000,   12,31,86,23,59,59,999,
  ACSVAL(2)=1,   ACSTM2=01,01,87,00,00,00,000,   12,31,99,23,59,59,999,
 &END

FILNAM   : name of the input counts file
SPECIN(n): spectral index for energy level n
SFACT(n) : exposure scaling factor for energy level n
EXPHST   : path and dummy name for the exposure history file
USEXPF   : flag to reuse the existing exposure map (T=reuse. file must exist)
ACS(n)   : ACS value according to time (ignore)
ACSTIM1  : time range for the first ACS value (ignore)
ACSTIM2  : time range for the second ACS value (ignore)
After the namelist is modified, the program is executed with
nice +priority intmap -s > filename &



CGRO SSC
1998-06-29