Changeset 2753 for trunk/GSASIIpwdGUI.py


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

minor shuffling about for atom constraints - no discernable impact
setup default reflectometry data stub in G2pwdrGUI
setup reflectometry (REFD) data import stub (no importers yet) & generic data handling for REFD tree entries in GGSAII

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r2749 r2753  
    207207        'Current':'Size dist.','BackFile':'',
    208208        }
     209       
     210def SetDefaultREFDModel():
     211    'Fills in default items for the SASD Models dictionary'   
     212    return {'Back':[0.0,False],'Layers':[{'Thickness':[1000.,False],'Name':'vacuum'},],'BackFile':'',}
    209213       
    210214def SetDefaultSubstances():
Note: See TracChangeset for help on using the changeset viewer.