Changeset 5025 for trunk/GSASIIobj.py


Ignore:
Timestamp:
Sep 14, 2021 11:55:59 AM (4 years ago)
Author:
vondreele
Message:

Add shell plots to 3D reflection plots.
Fix escape character issues in CopyRietveld2Origin
Revise LeBail? operation - now works in sequential refinements. Remove "Fit LeBail?" from Calculate menu.
OnLeBail? does 10 cycles instead of 3 in the "zero cycle" step.
Initial FOSQ set to Scale*Phase fr. instead of 1.0 - improves initial LeBaill? fit.
Put newLeBail flag in Controls - as more global.
Allow LeBail? refinements in sequential refinements.
Remove a wx.Yield() - obsolete
Disable deletion of selected parameters in a LeBail? refinement & let the LS handle any singularities that may ensue
Derivatives no longer controlled by LeBail? flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIobj.py

    r5021 r5025  
    313313                                5. (list) Ellipsoidal refinement flags - list of bools, corresponding to the parameters of (4)
    314314\\           Use                 (bool) True if this histogram is to be used in refinement
    315 \\           newLeBail           (bool) Whether to perform a new LeBail extraction
    316315MCSA            \\               (dict) Monte-Carlo simulated annealing parameters
    317316==========  ===============     =====================================================================================================
     
    13421341    'UsrReject':{'minF/sig':0.,'MinExt':0.01,'MaxDF/F':100.,'MaxD':500.,'MinD':0.05},
    13431342    'Copy2Next':False,'Reverse Seq':False,'HatomFix':False,
    1344     'Author':'no name',
     1343    'Author':'no name','newLeBail':False,
    13451344    'FreePrm1':'Sample humidity (%)',
    13461345    'FreePrm2':'Sample voltage (V)',
     
    19161915        #Histogram vars (:h:<var>)
    19171916        'Absorption' : 'Absorption coef.',
     1917        'LayerDisp'  : 'Bragg-Brentano Layer displacement',
    19181918        'Displace([XY])' : ('Debye-Scherrer sample displacement \\1',0.1),
    19191919        'Lam' : ('Wavelength',1e-6),
     
    20062006        'Gonio. radius': 'Distance from sample to detector, mm',
    20072007        }.items():
    2008         # Needs documentation: HAP: LayerDisp, LeBail, newLeBail
     2008        # Needs documentation: HAP: LeBail, newLeBail
    20092009        # hist: Azimuth, Chi, Omega, Phi, Bank, nDebye, nPeaks
    20102010       
Note: See TracChangeset for help on using the changeset viewer.