Changeset 2547 for trunk/GSASII.py
- Timestamp:
- Nov 23, 2016 10:15:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r2544 r2547 21 21 import copy 22 22 import random as ran 23 import time24 23 import glob 25 24 import imp … … 79 78 import GSASIIpwd as G2pwd 80 79 import GSASIIpwdGUI as G2pdG 81 import GSASIIphsGUI as G2phsG82 import GSASIIimgGUI as G2imG83 80 import GSASIIspc as G2spc 84 81 import GSASIIstrMain as G2stMn … … 1532 1529 dlg.Destroy() 1533 1530 HistName = G2obj.MakeUniqueLabel(HistName,PWDRlist) 1534 print('Read powder data '+ str(HistName)+1535 ' from file '+ str(rd.readfilename)+1531 print('Read powder data '+HistName+ 1532 ' from file '+rd.readfilename + 1536 1533 ' (format: '+ rd.formatName + 1537 '). Inst parameters from '+ str(rd.instmsg))1534 '). Inst parameters from '+rd.instmsg) 1538 1535 # data are read, now store them in the tree 1539 1536 Id = self.PatternTree.AppendItem(parent=self.root,text=HistName) … … 2461 2458 pltNum = self.G2plotNB.nb.GetSelection() 2462 2459 if pltNum >= 0: #to avoid the startup with no plot! 2463 pltPage =self.G2plotNB.nb.GetPage(pltNum)2460 self.G2plotNB.nb.GetPage(pltNum) 2464 2461 item = event.GetItem() 2465 2462 G2gd.MovePatternTreeToGrid(self,item)
Note: See TracChangeset
for help on using the changeset viewer.