Changeset 440 for trunk/GSASIIplot.py
- Timestamp:
- Dec 11, 2011 1:55:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r432 r440 1201 1201 Y = np.outer(npcosd(PHI),npsind(PSI)) 1202 1202 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 1204 1207 if plotType in ['Mustrain','Size']: 1205 1208 if coeff[0] == 'isotropic':
Note: See TracChangeset
for help on using the changeset viewer.