def __init__(self,val,definition,nom,parent):
N_MCSIMP.MCSIMP.__init__(self,val,definition,nom,parent)
V_MCSIMP.MCSIMP.__init__(self)
+ I_MCSIMP.MCSIMP.__init__(self)
rep_travail = "/tmp"
# Choix des catalogues
-rep_mat_v96=os.path.join(rep_cata,'cataSTA9','materiau')
-rep_mat_v10=os.path.join(rep_cata,'cataSTA10','materiau')
+rep_mat_STA88=os.path.join(rep_cata,'cataSTA8','materiau')
+rep_mat_STA98=os.path.join(rep_cata,'cataSTA9','materiau')
+rep_mat_STA103=os.path.join(rep_cata,'cataSTA10','materiau')
#
catalogues=(
-('ASTER','v9.7',os.path.join(rep_cata,'cataSTA9'),'python'),
-('ASTER','v10.2',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
+('ASTER','STA8.8',os.path.join(rep_cata,'cataSTA8'),'python'),
+('ASTER','STA9.8',os.path.join(rep_cata,'cataSTA9'),'python'),
+('ASTER','STA10.3',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
)
import os
# Répertoire initial
-#initialdir=os.curdir
-from prefs_ASTER import REPINI
-initialdir=REPINI
+import prefs_ASTER
+initialdir=prefs_ASTER.REPINI
rep_cata = os.path.join(initialdir,'Cata')
rep_Pmw = os.path.join(initialdir,'../Pmw')
rep_travail = "/tmp"
# Choix des catalogues
-rep_mat_v88=os.path.join(rep_cata,'cataSTA8','materiau')
-rep_mat_v95=os.path.join(rep_cata,'cataSTA9','materiau')
+rep_mat_STA88=os.path.join(rep_cata,'cataSTA8','materiau')
+rep_mat_STA98=os.path.join(rep_cata,'cataSTA9','materiau')
+rep_mat_STA103=os.path.join(rep_cata,'cataSTA10','materiau')
#
catalogues=(
-#('ASTER','v8.8',os.path.join(rep_cata,'cataSTA8'),'python'),
-('ASTER','v9.5',os.path.join(rep_cata,'cataSTA9'),'python'),
-('ASTER','v10.0',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
+('ASTER','STA8.8',os.path.join(rep_cata,'cataSTA8'),'python'),
+('ASTER','STA9.8',os.path.join(rep_cata,'cataSTA9'),'python'),
+('ASTER','STA10.3',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
)