X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=tabsimi.py;h=e8220373fac6f42edd09dbc6ad7d71b23bdc7f00;hb=refs%2Fheads%2F3.0;hp=b805cb85ae0adf82d9ae4725a12cf26aebd1b7f3;hpb=d12b217aded82bd913cf8f6bc2771d24e9b65727;p=iramuteq diff --git a/tabsimi.py b/tabsimi.py index b805cb8..e822037 100644 --- a/tabsimi.py +++ b/tabsimi.py @@ -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"")