Changeset 2139 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Feb 2, 2016 9:35:02 AM (7 years ago)
Author:
vondreele
Message:

fix multiple image problem in clibration/display, etc.
more Laue groups work for Merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2137 r2139  
    36873687    import numpy.ma as ma
    36883688    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'] 
    36913691    Data = G2frame.PatternTree.GetItemPyData(
    36923692        G2gd.GetPatternTreeItemId(G2frame,G2frame.Image, 'Image Controls'))
Note: See TracChangeset for help on using the changeset viewer.