User manual

Windows Server Program
ComTec GmbH 5-25
fitrois ; Makes a single peak Gaussian fit for all ROIs in the active
; Display of MPANT and dumps the result into a logfile. This is
; performed by the MPANT program and therefore can be
; made only if this application is running.
fitrois SP_1 ; Similar to the fitroi command, but using the argument allows to
; specify which spectrum should be evaluated independently of
; which child window is activated in MPANT. SP_1 means ADC1
; (=ADC1A)
autocal ; Makes a single peak Gaussian fit for all ROIs in the active
; Display of MPANT for which a peak value was entered in the
; MPANT Region Edit dialog and uses the results for a
; calibration. This is performed by the MPANT program and
; therefore can be made only if this application is running.
autocal SP_1 ; Similar to the autocal command, but using the argument allows
; to specify which spectrum should be evaluated independently of
; which child window is activated in MPANT
closedsp SP_5 ; Close all views of specified spectra in the MPANT program.
; The view can be reopened in MPANT with "Open All" from the
; File menu. May be used to free computer resources by closing
; displays of large MAP spectra.
openall ; opens all spectra in MPANT
openlog logfilename ; Opens a logfile for writing while erasing an existing file
; of the same name.
openlogprompt ; Opens a new logfile with the name entered in the logprompt
; dialog
appendlog logfilename ; Opens a logfile for writing in append mode to an
; eventually already existing file of the same name
closelog ; Closes the logfile. When the server exits, the logfile is
; also closed.
showlog ; Opens the notepad editor showing the logfile.
logtime ; Writes the date and time in a format mon/day/year hh:mm:ss
; into the logfile
logsums ; Writes the non zero totalsums of all spectra into the logfile
logwrite text ; Writes a line of text into the logfile
logprompt title ; Opens a dialogbox to enter any text with title and writes
; title and text into the logfile
if(even)command
if(odd)command ; executes a command if the current run number is even or odd,
; respectively.
delnamedroi roiname ; deletes named ROI
selnamedroi roiname ; selects named ROI in MPANT spectra displays
deleteallrois ; deletes all ROIs in the active MPANT window.
deleteallrois SP_# ; allows to delete all ROIs of a specified spectra (1 for # means ADC1A..).