Changeset 1643 for trunk/GSASIIIO.py
- Timestamp:
- Feb 10, 2015 12:24:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIIO.py ¶
r1634 r1643 1685 1685 'self.Parameters is a list with two dicts for data parameter settings' 1686 1686 self.InitParameters() 1687 self.RefDict = {'RefList':[],'FF': [],'Super':0}1687 self.RefDict = {'RefList':[],'FF':{},'Super':0} 1688 1688 self.Banks = [] #for multi bank data (usually TOF) 1689 1689 '''self.RefDict is a dict containing the reflection information, as read from the file. … … 1699 1699 self.InitParameters() 1700 1700 self.Banks = [] #for multi bank data (usually TOF) 1701 self.RefDict = {'RefList':[],'FF': [],'Super':0}1701 self.RefDict = {'RefList':[],'FF':{},'Super':0} 1702 1702 1703 1703 def InitParameters(self):
Note: See TracChangeset
for help on using the changeset viewer.