Changeset 936 for trunk/GSASIIplot.py
- Timestamp:
- May 30, 2013 9:05:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r935 r936 2619 2619 rbObj = testRBObj.get('rbObj',{}) 2620 2620 MCSA = data.get('MCSA',{}) 2621 mcsaModels = [] 2622 if len(MCSA): 2623 mcsaModels = MCSA['Models'] 2621 mcsaModels = MCSA.get('Models',[]) 2624 2622 drawAtoms = drawingData.get('Atoms',[]) 2625 2623 mapData = {} … … 3475 3473 RenderLabel(x,y,z,name,0.2,Or) 3476 3474 if len(mcsaModels) > 1 and pageName == 'MC/SA': #skip the default MD entry 3477 XYZ,atTypes = G2mth.UpdateMCSAxyz(Bmat, mcsaModels,MCSA.get('rbData',{}))3475 XYZ,atTypes = G2mth.UpdateMCSAxyz(Bmat,MCSA) 3478 3476 rbBonds = FindPeaksBonds(XYZ) 3479 3477 for ind,[x,y,z] in enumerate(XYZ):
Note: See TracChangeset
for help on using the changeset viewer.