Procmt Gui
Procmt Gui
Testing Version
Table of Contents
1. Pr e fac e..................................................................................................... 3
2. Pr o cM T Gu i.............................................................................................5
G ener a l............................................................................................................ 2 5
R un a CS AMT Pr ocessi ng ............................................................................2 5
5. Lin u x....................................................................................................... 29
6. Ter m s ...................................................................................................... 31
All actions and joblists are stored in XML files and will
be executed on request from the GUI or shell.
Directories
select the new directory and press ok. You also can
populate the directory with help of a shell script.
Default Folders
ts
config
cal
processings
jobs
db
• read
• scale
• fft (spectra)
• calibration
auto- cross
MT module 1 MT module N
spectra
Processing Parameters
Create a Processing
FFT
Calibrate Spectra
Autocross Parzening
Stack All
Coherency Threshold
Median Processing
Run a Processing
procmt_cmds
General
On a shell
2 ADU EMAP
Scripts
#!/bin/bash
mpwd =`pwd `;
echo $mpwd
cd jobs
for pdir in `ls `;
do
echo 'preparing' $pdir
cd $mpwd
procmt_main . /jobs /$pdir
done
Chapter 7.