evalout command



evalout | files 
        / outfile() emin() amin() phimin(0)
                    emax() amax() phimax(360)         
                    ne()   na()
		    elin
		    elog
          debug

Purpose

Evaluates transmitted/backscattered energy and angular spectra.

Parameters

files
List of input listmode track files to be evaluated. If no files are specified and this command is given before the simulation is run, the listmode data are directly passed to the evaluation routine.
outfile(filename)
Name of the file to receive the evaluated data, in gd-format. This file is created after all listmode data have been processed.
emin(emin)
emax(emax)
Energy limits (keV) for evaluation.
ne(ne)
Number of energy intervals for evaluation. If omitted, some internal default will be chosen.
elin
elog
Linear or logarithmic energy spacing.
amin(amin)
amax(amax)
Polar angle limits (in degrees) for evaluation.
na(na)
Number of angular intervals for evaluation. If omitted, some internal default will be chosen.
phimin(phimin)
phimax(phimax)
Azimuthal angular limits (in degrees) for evaluation. If not specified, the full range 0..360 degree is assumed.
debug
Debug switch. Lots of output !

Remarks

The format of the gd-file is as follows:
   H: ... double differential (in energy and solid angle) energy spectra (columns for energy weighted and plain)
   ...
   N: ... energy integrated angular distribution (columns for solid and polar angle)
   ...
   N: ... angle integrated energy distribution (columns for plain and energy weighted)
   ...
   N2: ... plain 2-dim angular-energy histogram, unnormalized, the angle as the leading index.
In the current implementation the azimuthal range doesn't show up directly. It is considered for normalization of the first and second data block, but not the third one, which only accounts for the azimuthal range.

Examples

See here
Last updated: M.Kraemer,
$Id: traxcmdevalout.html,v 1.7 2019/03/17 22:57:46 kraemer Exp $