Changeset 440 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Dec 11, 2011 1:55:19 PM (11 years ago)
Author:
vondreele
Message:

fix the mustrain ve microstrain title problem = GSASII.py
take wx,CallAfter? back out of most places - caused problems
get aniso size/mustrain ellipsoid around the right way to match ellipsoid model - exchanged sin & cos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r432 r440  
    12011201            Y = np.outer(npcosd(PHI),npsind(PSI))
    12021202            Z = np.outer(np.ones(np.size(PHI)),npcosd(PSI))
    1203             coeff = useList[item][plotDict[plotType]]
     1203            try:        #temp patch instead of 'mustrain' for old files with 'microstrain'
     1204                coeff = useList[item][plotDict[plotType]]
     1205            except KeyError:
     1206                break
    12041207            if plotType in ['Mustrain','Size']:
    12051208                if coeff[0] == 'isotropic':
Note: See TracChangeset for help on using the changeset viewer.