EVEL*IM -- This will tell the program to process a given number of events and then stop reading data from tape or disk files. (This command is ignored if the SMAUG version being used is the on-line version).

‘Number of events (def=none)?’ asks you for the number of events to process before returning to the main command loop.

Note: After the requested number of events is processed, the program will automatically deactivate the option. This command is typically used to process a small number of the events from a run for set up and debugging purposes.

EVENT*TABLE-- This is one of the debug style commands. It will show the event cross reference table, which is internally generated for internal use by the program.

EXAM*INE-- This will allow the user to display sections of a spectrum onto the terminal for examination. Unlike the AED it will. start at channel zero, and will print the actual numeric values.

‘Spectrum name?’ asks for the spectrum name that you wish to examine. The program, if it can find the spectrum, will respond with a line that will tell you how large the spectrum is.

‘Xstart, Xstop?’ asks you for the initial and final channel numbers to be printed. (If the input is reversed, it will assume that the largest of the two numbers to be the Xstop value, and the smallest value to be the Xstart value). The values will be set to the extreme of the spectrum if the channels requested do not exist. The program can display 7 channels (16 for byte spectra) or less at one time.

‘Ystart, Ystop?’ asks for the Ystart and Ystop values if the spectra is 2D. These are treated exactly the same as the Xstart and Xstop values.
Important; To leave this section of the program, an "Exit" or "Stop" must be typed when prompted for ‘Xstart,Xstop?’ or ‘Ystart,Ystop?’. A return is assumed to mean display channels 0 to 7 (0 to 16 for byte spectrum).

EXIT -- Exit the program. (Same as STOP).

EXP*AND -- This will allow the user to expand any spectrum by an integer value.

‘Spectrum to expand?’ asks for the name of the spectrum you wish to expand. The result will be stored in this spectrum.

‘Expansion values?’ asks you for the integer value that you wish the spectrum to be expanded by. This value must be power of 2. If only one value is provided and the spectrum is two dimensional, then the program viii assume the value is both the x and y expansion values. Note: Expansion will destroy the channel resolution of the original spectrum.