Révision 12 examples/Test/Dep_tscan_p
Dep_tscan_p (revision 12) | ||
---|---|---|
12 | 12 |
|
13 | 13 |
WDir=`dirname $0` |
14 | 14 |
|
15 |
|
|
16 | 15 |
NomGplot=${Nom}_p.gplot |
16 |
|
|
17 | 17 |
if [ ! -s list ]; then |
18 | 18 |
echo "File list is missing" |
19 | 19 |
exit |
... | ... | |
31 | 31 |
awk -f $WDir/Dep_tgt.awk $Fout |
32 | 32 |
cat <<EOF > $NomGplot |
33 | 33 |
#!/usr/bin/gnuplot -persist |
34 |
set term x11 |
|
35 | 34 |
set pointsize 2 |
36 | 35 |
set origin 0.,0. |
37 | 36 |
set size square 1 |
38 | 37 |
EOF |
39 |
let ItM=ItMax-1
|
|
38 |
let ItM=ItMax-2
|
|
40 | 39 |
for i in `seq 0 $ItM` |
41 | 40 |
do |
42 | 41 |
xyz2scan ${Nom}${Ext}.${i} > /dev/null |
... | ... | |
89 | 88 |
fi |
90 | 89 |
echo "pause -1" >> $NomGplot |
91 | 90 |
done |
92 |
let i=ItMax |
|
91 |
let i=ItMax-1
|
|
93 | 92 |
xyz2scan ${Nom}${Ext}.${i} > /dev/null |
94 | 93 |
mv Scan.dat ${Nom}_${i}.dat |
95 | 94 |
cat <<EOF >> $NomGplot |
Formats disponibles : Unified diff