Ignore:
Timestamp:
Jul 26, 2018 1:52:18 PM (5 years ago)
Author:
svnjenkins
Message:

CheckScalePhaseFractions?: use only on PWDR hists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIconstrGUI.py

    r3507 r3510  
    12141214    else:
    12151215        histStr = str(histograms[hist]['hId'])
    1216     # is scale factor varied
    1217     if not histograms[hist]['Sample Parameters']['Scale'][1]:
    1218         return
     1216    # Is this powder?
     1217    if not hist.startswith('PWDR '): return
     1218    # do this only if the scale factor is varied
     1219    if not histograms[hist]['Sample Parameters']['Scale'][1]: return
    12191220    # are all phase fractions varied in all used histograms?
    12201221    phaseCount = 0
Note: See TracChangeset for help on using the changeset viewer.