Florent Staley Last update: 11-Dec-96

Run E-155 Analysis Program


  • Copy the following files in your working directory :

    cp $E155TAPE/anal-setup.dat
    cp $E155TAPE/anal-sdb.dat
    cp $E155TAPE/xwa-sdb.dat


  • Content of anal-setup.dat

    contains all the information telling the program where to get the data and what to analyze :

    ! file: anal-setup.dat
    ! Standard setup file for E155 analysis
    !------------------------------------------------------------------------
    logfile=r9003.log, unpack;
    checkadc, checktdc, fixadc, fixtdc;
    gui=/afs/slac/g/esa/e155/exp/dev/genlib/xwanal;
    inp=/afs/slac/g/esa/e155/exp/dev/genlib/indevice;
    out=none;
    atype=event, amode=full, beam, specta, spectb, spectc;
    input, type=file, name=r9003, mount;
    end;

  • The line "gui" is for using the Graphics User Interface to control the program.
    If you do not want it just put instead of that line :

    gui=none;

  • The line "atype" defines what should be analyzed :
    beam
    beam analysis
    specta
    2.75 spectrometer
    spectb
    5.5 spectrometer
    spectc
    10.5 spectrometer
    Any combination of this 4 can be used.

  • The line "input" gives the data file which is to be analyzed :

    name is the name of the data file.

  • The other lines do not need to be changed.


  • Running the program.

    Type in the working directory :

    e155run xldb
    to run in debug mode
    e155run
    to run in optimized mode
    Back to E155 Home Page

    Go to: Setting up, Creating a Project


    Florent Staley