Changeset 1470 for trunk/GSASIIimgGUI.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/GSASIIimgGUI.py

    r1419 r1470  
    290290                keys = ['type','wavelength','calibrant','distance','center',
    291291                    'tilt','rotation','azmthOff','fullIntegrate','LRazimuth',
    292                     'IOtth','outAzimuths','invert_x','invert_y','DetDepth',
     292                    'IOtth','outChannels','outAzimuths','invert_x','invert_y','DetDepth',
    293293                    'calibskip','pixLimit','cutoff','calibdmin','chisq',
    294294                    'binType','SampleShape','PolaVal','SampleAbs','dark image','background image']
     
    303303    def OnLoadControls(event):
    304304        cntlList = ['wavelength','distance','tilt','invert_x','invert_y','type',
    305             'fullIntegrate','outAzimuths','LRazimuth','IOtth','azmthOff','DetDepth',
     305            'fullIntegrate','outChannels','outAzimuths','LRazimuth','IOtth','azmthOff','DetDepth',
    306306            'calibskip','pixLimit','cutoff','calibdmin','chisq',
    307307            'PolaVal','SampleAbs','dark image','background image']
Note: See TracChangeset for help on using the changeset viewer.