1 |
francois |
110 |
#!/bin/sh |
2 |
|
|
cd toxfem |
3 |
|
|
make setup |
4 |
|
|
make |
5 |
|
|
cd .. |
6 |
|
|
ARCH=$($DEVROOT/Util/buildUtil/getarch) |
7 |
|
|
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert pltr.step |
8 |
|
|
$DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pltr.magic -fichout pltr.ctt -dg 0.01 -fechantillonage 1 -festimation 1 -typecarte 0 |
9 |
|
|
$DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pltr.magic -fichout pltr2.ctt -dg 0.002 -fechantillonage 1 -festimation 1 -typecarte 0 |
10 |
|
|
$DEVROOT/magic/app/mailleur/bin/$ARCH/mailleur -magic pltr.magic -typecarte 2 -carte pltr2.ctt -niveau 2-typecarte |
11 |
|
|
$DEVROOT/magic/app/mailleur/bin/$ARCH/mailleur -magic pltr.magic -typecarte 2 -carte pltr.ctt -octal -coef 1. |
12 |
|
|
./bin/$ARCH/toxfem -fichier pltr.magic -fichout pltr.magic |
13 |
|
|
$DEVROOT/magic/app/transfert/bin/$ARCH/transfert pltr.magic |
14 |
|
|
|
15 |
|
|
|