source: tag/release-8/yao8/sample/jeuvie/jeuvie.d @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 2.2 KB
Line 
1#==========================================================
2#
3#              fichier de DESCRIPTION skimpy.d
4#
5#       RESPECTER L'ORDRE DE DECLARATION DES DIRECTIVES
6#==========================================================
7
8#DEFVAL pour definir des trucs ----------------------DEFVAL
9defval SZX 50
10defval SZY 50
11defval SZU  1
12defval SZT 21
13defval SZA 22
14#defval SZT  1
15#defval SZA  2
16exec disp_defval
17
18#NAME ---------------------------------------------HAT_NAME
19hat_name jeuvie
20
21#OPTION ---------------------------------------------OPTION
22# vérification du calcul gradient
23option  O_GRADTEST
24#option  O_REAL float
25option   O_M1QN3
26#option  O_VARINCR
27
28#TRAJECTOIRES -----------------------------------------TRAJ
29#traj Toei      0    1
30#traj Tjeu    SZU  SZT
31traj  Toei M    0    1
32traj  Tjeu M  SZU  SZT
33
34#ESPACE ----------------------------------------------SPACE
35space Soei M   1      Toei
36space Smsk M SZX SZY  Toei
37space Sjeu M SZX SZY  Tjeu
38
39#MODULES -------------------------------------------MODULES
40#1) scenar 1 : retrouver l'etat initial
41modul  Seuil   space Soei noward output 1
42modul  Sigma   space Soei noward output 1
43modul  Mask    space Smsk noward output 1
44modul  Biocell space Sjeu input 11 output 1 tempo cout target
45
46#2) scenar 2 : retrouver le parametre Sigma (& Seuil ?)
47#modul  Seuil   space Soei noward output 1 target
48#modul  Sigma   space Soei noward output 1 target
49#modul  Mask    space Smsk noward output 1
50#modul  Biocell space Sjeu input 11 output 1 tempo cout
51
52exec disp_modul
53
54#CONNECTIONS ----------------------------------------CTIN-M
55ctin Biocell  1..6 from Biocell 1  i#~1 j%~1 t-1
56ctin Biocell  7..8 from Biocell 1  i    j#~1 t-1
57ctin Biocell     9 from Sigma   1  1
58ctin Biocell    10 from Seuil   1  1
59ctin Biocell    11 from Mask    1  i    j
60exec disp_ct_in
61
62#ORDER -----------------------------------------------ORDER
63order modinspace Sjeu
64  order YA2 YA1
65          Biocell
66  forder
67forder
68#
69order spaceintraj Tjeu
70    Sjeu
71forder
72#
73
74#USER FUNCTIONS ---------------------------------------UFCT
75insert_fct     xdisplay
76insert_fct     xinit_bio
77insert_fct     xcalibre_bio
78#insert_fct arg xset_seuil   : remplaced par un module
79
80#FIN ================================================== END
81
Note: See TracBrowser for help on using the repository browser.