Analog

Home ] Up ] Digital ] [ Analog ]

GSI
FRS

 

 

 

Examples for files, defining analyers and pseudoanalyzers with analog data

You may store the data given below in a dataset on your computer. Analyzers are stored in DUMP files with the extension *.DMP, pseudoanalzers are stored in GRAF files with the extension .GRF. Analyzers in DUMP files are read by the command AFETCH, pseudoanalyzers in GRF files are read by the command GREAD.

 

1. DUMP file of an analyzer with analog data
Analyzer with a Gaussian distribution
X: x values
Y: height
A: (X = -5 to 5 by 0.01) (Y = exp( - X**2 / 2 ) ),HT0
C: In this example, the x values are implicitely given by a loop, 
C: and the y values are given as an arithmetic expression


2. GRAF file of a pseudoanalzyer with analog data
Calculated excitation-energy distribution
X: Excitation energy / MeV
Y: Events
A:   X      Y,HT0
    10.31       0
    11.75      34
    12.87     367
    13.15     913
    15.33    1209
    16.63     734
    17.95     403
    19.01      65
    20.38      13
C: In this example, the X and the Y values are explicitely given
C: The X values denote the lower limit of the corresponding bin. 
C: The upper limit of each bin is given by the next X value, denoting
C: the lower limit of the next bin.
C: The irregular x channels may result from the correction of
C: ADC data of a measured energy spectrum for detector response.