trackfile command



trackfile | files 
          / format() 
            open        
            close        
            merge()        
            debug        

Purpose

Handles listmode files.

Parameters

files
Name of the listmode data file(s).
For the open and close options only a single file must be specified.
For merge(), you specify multiple files.
format(fmt)
Specifies the listmode buffer output format.
In TRAX versions prior to 1312d, only a builtin rudimentary format was supported.
From 1312d onwards, only GSI's homegrown MBS/Goosy format is supported.
Support for the classical format on input will follow ASAP.
open
Open listmode data file specified by files
close
Close listmode data file specified by files
merge(mfile)
Merge multiple listmode data files into a single one (mfile).
Not yet implemented.
debug
Debug switch. Lots of output !

Remarks

The idea behind the merge() option, once implemented, is the support of coarse grained parallelism by combining independent parallel runs into a single listmode file.

Examples

   trackfile "/s/bio/kraemer/TRAX/TEST/EVAL/linetrack" /open
Opens the specified listmode output file.
Last updated: M.Kraemer,
$Id: traxcmdtrackfile.html,v 1.7 2019/03/17 22:57:50 kraemer Exp $