Changeset 4046 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Jun 30, 2019 9:53:33 PM (4 years ago)
Author:
toby
Message:

remove histograms that are not added to a phse from the Seq Ref refinement; skip histograms w/o Use flag in mass fraction computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r4030 r4046  
    8686        if Phases[phase]['General']['Type'] != 'magnetic':
    8787            if histo in Phases[phase]['Histograms']:
     88                if not Phases[phase]['Histograms'][histo]['Use']: continue
    8889                mass = Phases[phase]['General']['Mass']
    8990                phFr = Phases[phase]['Histograms'][histo]['Scale'][0]
Note: See TracChangeset for help on using the changeset viewer.