Changeset 1492 for trunk/GSASII.py
- Timestamp:
- Sep 10, 2014 1:45:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1486 r1492 735 735 self.PatternTree.SetItemPyData( 736 736 self.PatternTree.AppendItem(Id,text='Reflection List'),[]) #dummy entry for GUI use 737 newHistList.append(HistName) 737 738 else: 738 739 valuesdict = {'wtFactor':1.0,'Dummy':False,'ranId':ran.randint(0,sys.maxint),} … … 747 748 self.PatternTree.SetItemPyData( 748 749 self.PatternTree.AppendItem(Id,text='Reflection List'),[]) #dummy entry for GUI use 750 newHistList.append(HistName) 749 751 750 752 self.PatternTree.SelectItem(Id) 751 753 self.PatternTree.Expand(Id) 752 754 self.Sngl = True 753 newHistList.append(HistName)754 755 755 756 if not newHistList: return # somehow, no new histograms … … 843 844 S = File.readline() 844 845 File.close() 845 # add a second MT dict here. TOF parms? (BHT)846 846 return G2IO.makeInstDict(newItems,newVals,len(newVals)*[False,]),{} 847 847 … … 920 920 921 921 :returns: a list of two dicts, the first containing instrument parameters 922 and the second used for future TOF datasets (timemaps?)922 and the second used for TOf lookup tables for profile coeff. 923 923 924 924 '''
Note: See TracChangeset
for help on using the changeset viewer.