Changeset 4796 for trunk


Ignore:
Timestamp:
Feb 3, 2021 10:59:11 AM (3 years ago)
Author:
vondreele
Message:

patch for missing 'Gain map' data item

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimgGUI.py

    r4712 r4796  
    235235    if 'det2theta' not in data:
    236236        data['det2theta'] = 0.0
     237    if 'Gain map' not in data:
     238        data['Gain map'] = ''
    237239#end patch
    238240    tthSizer = wx.BoxSizer(wx.HORIZONTAL)
Note: See TracChangeset for help on using the changeset viewer.