Changeset 1625 for trunk/GSASIIstrMain.py
- Timestamp:
- Jan 8, 2015 4:24:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r1550 r1625 147 147 rbIds = rigidbodyDict.get('RBIds',{'Vector':[],'Residue':[]}) 148 148 rbVary,rbDict = G2stIO.GetRigidBodyModels(rigidbodyDict,pFile=printFile) 149 Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables = G2stIO.GetPhaseData(Phases,restraintDict,rbIds,pFile=printFile)149 Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables,maxSSwave = G2stIO.GetPhaseData(Phases,restraintDict,rbIds,pFile=printFile) 150 150 calcControls['atomIndx'] = atomIndx 151 151 calcControls['Natoms'] = Natoms 152 152 calcControls['FFtables'] = FFtables 153 153 calcControls['BLtables'] = BLtables 154 calcControls['maxSSwave'] = maxSSwave 154 155 hapVary,hapDict,controlDict = G2stIO.GetHistogramPhaseData(Phases,Histograms,pFile=printFile) 155 156 calcControls.update(controlDict) … … 243 244 rbIds = rigidbodyDict.get('RBIds',{'Vector':[],'Residue':[]}) 244 245 rbVary,rbDict = G2stIO.GetRigidBodyModels(rigidbodyDict,pFile=printFile) 245 Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables = G2stIO.GetPhaseData(Phases,restraintDict,rbIds,False,printFile)246 Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables,maxSSwave = G2stIO.GetPhaseData(Phases,restraintDict,rbIds,False,printFile) 246 247 for item in phaseVary: 247 248 if '::A0' in item: … … 269 270 calcControls['FFtables'] = FFtables 270 271 calcControls['BLtables'] = BLtables 272 calcControls['maxSSwave'] = maxSSwave 271 273 Histo = {histogram:Histograms[histogram],} 272 274 hapVary,hapDict,controlDict = G2stIO.GetHistogramPhaseData(Phases,Histo,Print=False)
Note: See TracChangeset
for help on using the changeset viewer.