Changeset 3256


Ignore:
Timestamp:
Feb 3, 2018 12:02:15 AM (5 years ago)
Author:
toby
Message:

add code to update phase parms from sequential fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3255 r3256  
    64646464        parmDict = data[histNames[sel]]['parmDict']
    64656465        Histograms,Phases = G2frame.GetUsedHistogramsAndPhasesfromTree()
    6466         for Phase in Phases:
     6466        for phase in Phases:
     6467            print('Updating {} from histogram {}'.format(phase,histNames[sel]))
     6468            Phase = Phases[phase]
    64676469            General = Phase['General']
    64686470            SGData = General['SGData']
Note: See TracChangeset for help on using the changeset viewer.