Changeset 5025 for trunk/GSASIIobj.py
- Timestamp:
- Sep 14, 2021 11:55:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIobj.py ¶
r5021 r5025 313 313 5. (list) Ellipsoidal refinement flags - list of bools, corresponding to the parameters of (4) 314 314 \\ Use (bool) True if this histogram is to be used in refinement 315 \\ newLeBail (bool) Whether to perform a new LeBail extraction316 315 MCSA \\ (dict) Monte-Carlo simulated annealing parameters 317 316 ========== =============== ===================================================================================================== … … 1342 1341 'UsrReject':{'minF/sig':0.,'MinExt':0.01,'MaxDF/F':100.,'MaxD':500.,'MinD':0.05}, 1343 1342 'Copy2Next':False,'Reverse Seq':False,'HatomFix':False, 1344 'Author':'no name', 1343 'Author':'no name','newLeBail':False, 1345 1344 'FreePrm1':'Sample humidity (%)', 1346 1345 'FreePrm2':'Sample voltage (V)', … … 1916 1915 #Histogram vars (:h:<var>) 1917 1916 'Absorption' : 'Absorption coef.', 1917 'LayerDisp' : 'Bragg-Brentano Layer displacement', 1918 1918 'Displace([XY])' : ('Debye-Scherrer sample displacement \\1',0.1), 1919 1919 'Lam' : ('Wavelength',1e-6), … … 2006 2006 'Gonio. radius': 'Distance from sample to detector, mm', 2007 2007 }.items(): 2008 # Needs documentation: HAP: L ayerDisp, LeBail, newLeBail2008 # Needs documentation: HAP: LeBail, newLeBail 2009 2009 # hist: Azimuth, Chi, Omega, Phi, Bank, nDebye, nPeaks 2010 2010
Note: See TracChangeset
for help on using the changeset viewer.