Changeset 936 for trunk/GSASIIplot.py


Ignore:
Timestamp:
May 30, 2013 9:05:36 AM (10 years ago)
Author:
vondreele
Message:

more MC/SA stuff
further drawing optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r935 r936  
    26192619    rbObj = testRBObj.get('rbObj',{})
    26202620    MCSA = data.get('MCSA',{})
    2621     mcsaModels = []
    2622     if len(MCSA):
    2623         mcsaModels = MCSA['Models']
     2621    mcsaModels = MCSA.get('Models',[])
    26242622    drawAtoms = drawingData.get('Atoms',[])
    26252623    mapData = {}
     
    34753473                RenderLabel(x,y,z,name,0.2,Or)
    34763474        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)
    34783476            rbBonds = FindPeaksBonds(XYZ)
    34793477            for ind,[x,y,z] in enumerate(XYZ):
Note: See TracChangeset for help on using the changeset viewer.