multisplit
[iramuteq] / tabsimi.py
index b805cb8..e822037 100644 (file)
@@ -90,7 +90,7 @@ class DoSimi(AnalyseMatrix):
             self.tableau.parametres['mineff'] = 0
             if not self.fromprof :
                 dialcol = FreqDialog(self.parent, self.tableau.get_colnames(), _("Select columns"), size=(600, 250), showNA = False)
-                dialcol.CenterOnParent()            
+                dialcol.CenterOnParent()
                 res = dialcol.ShowModal()
             else :
                 res = wx.ID_OK
@@ -121,14 +121,14 @@ class DoSimi(AnalyseMatrix):
                     self.paramsimi = self.make_param()
                     self.parametres.update(self.paramsimi)
                     #self.parametres['type'] = 'simimatrix'
-                    if not self.pathout : 
+                    if not self.pathout :
                         self.parametres['pathout'] = ConstructPathOut(self.parametres['pathout'], 'SimiMatrix')
                     else :
                         self.parametres['pathout'] = self.dirout
                     self.pathout.createdir(self.parametres['pathout'])
                     self.pathout.dirout = self.parametres['pathout']
                     self.dial.Destroy()
-                    #self.doanalyse2()  
+                    #self.doanalyse2()
                 else :
                     self.dial.Destroy()
                     self.parametres = None
@@ -173,7 +173,7 @@ class DoSimi(AnalyseMatrix):
         self.tmpfile = self.script.scriptout
         self.DoR(self.dlg)
         self.addgraph()
-        self.tableau.save_tableau(self.pathout['db'])
+        self.tableau.save_tableau(self.pathout['analyse.db'])
         #self.make_ira()
         #count += 1
         #self.dlg.Update(count, u"")