Changeset 2735 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Mar 2, 2017 12:48:10 PM (6 years ago)
Author:
vondreele
Message:

set default flight path = 20. in case FPATH0 missing from TOF Iparm file.
fix problem editing flight path
modify SetPhaseWindow? to take Size as optional variable & make sizer an optional variable
Use it for all table only phase windows in place of set SizePosLeft? - fixes issues of windows jumping about after Refine.
for initial LeBail? refinement exclude all hap variables (size, mustrain, etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r2730 r2735  
    13661366    Draw()
    13671367   
    1368    
    1369    
    13701368################################################################################
    13711369#####  Instrument parameters
     
    18201818                subSizer.Add(wx.StaticText(G2frame.dataDisplay,-1,txt.strip()),0,WACV)
    18211819                labelLst.append('flight path')
    1822                 elemKeysLst.append(['fltpath',1])
     1820                elemKeysLst.append(['fltPath',1])
    18231821                dspLst.append([10,2])
    18241822                refFlgElem.append(None)                   
Note: See TracChangeset for help on using the changeset viewer.