Changeset 2139 for trunk/GSASIIplot.py
- Timestamp:
- Feb 2, 2016 9:35:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2137 r2139 3687 3687 import numpy.ma as ma 3688 3688 Dsp = lambda tth,wave: wave/(2.*npsind(tth/2.)) 3689 #global Data,Masks,StrSta # BHT: I don't see why these need to be globals. Where are they accessed?3690 colors=['b','g','r','c','m','k'] 3689 global Data,Masks,StrSta # RVD: these are needed for multiple image controls/masks 3690 colors=['b','g','r','c','m','k'] 3691 3691 Data = G2frame.PatternTree.GetItemPyData( 3692 3692 G2gd.GetPatternTreeItemId(G2frame,G2frame.Image, 'Image Controls'))
Note: See TracChangeset
for help on using the changeset viewer.