There are four different types of plots that can be shown while the program is running:
The VERBOSE keyword controls the level of printed output and allows debugger-like access to the running program. The default, VERBOSE=0, displays only fatal errors. Each level of VERBOSE does all previous actions plus a new one for that level. With VERBOSE=1, it will collect statistics on the execution of the program, and if neccissary print them on a single line at the conclusion. If VERBOSE=2, it will tell the user when the program begins fitting the background, fitting the profile, and extracting the spectrum. If VERBOSE=3, it will print warnings if there are problems fitting the data. VERBOSE=4 is deprecated.
VERBOSE=5 stops exectution during the background- and profile-fitting sections of the algorithm. Exectution stops right before entering the procvect routine (which actually does the fitting) and triggers procvect to stop after every iteration of the fit. When VERBOSE=5, it will also plot PLOTTYPE 1, 2, 3 and 4 plots. When stopped, the IDL executive command ".continue" or ".c" will continue execution until the next stop is encountered. The user may change the value of VERBOSE when execution is stopped, may examine, display, or change other program values, etc.