Changeset 1470 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Aug 19, 2014 2:31:12 PM (9 years ago)
Author:
vondreele
Message:

fix missing 'outChannels' from imtrl files
fix bug re missing drawingData in MC/SA plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1466 r1470  
    38273827    atomData = data['Atoms']
    38283828    mapPeaks = []
    3829     drawingData = data['Drawing']   
     3829    drawingData = data['Drawing']
     3830    if not drawingData:
     3831        return          #nothing setup, nothing to draw   
    38303832    if 'Map Peaks' in data:
    38313833        mapPeaks = np.array(data['Map Peaks'])
Note: See TracChangeset for help on using the changeset viewer.