next up previous
Next: About this document ... Up: No Title Previous: pointexp

pte.out.name

The files in the PointExpose/reread directory read the pte.out.name files. They include two example programs:
ptedmp.f
displays the values of a pte.out.name file for a given energy range
summ.f
calculates the total exposure for each energy range for a given time range
three subroutines:
fstex.f
opens a pte.out.name file, reads the header into the pehdr common block, and calls nxtex
nxtex.f
reads a line (sequentially) from a pte.out.name file, storing the information in the excmn common block. It should only be called after fstex.
intvl.f
calculates the exposure for each energy range for a given time interval. It should only be called after fstex, and only with non-overlapping chronological intervals, since it uses nxtex to read forward through the pte.out.name file.
and two common blocks:
pehdr.cmn
contains the information from the header of the pte.out.name file, which is essentially the information from the pte.nml.name file.
excmn.cmn
contains the exposure, livetime, and sensitive area for each energy range, as well as the time interval for which these values apply.



CGRO SSC
1998-06-29