Ignore:
Timestamp:
Jan 30, 2023 3:05:43 PM (8 months ago)
Author:
toby
Message:

LeBail? prep for sequential fit: only process histograms in sequential fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r5483 r5484  
    55685568            refPlotUpdate = None
    55695569
     5570        seqList = self.testSeqRefineMode()
    55705571        try:
    5571             OK,Rvals = G2stMn.DoLeBail(self.GSASprojectfile,dlg,cycles=1,refPlotUpdate=refPlotUpdate)
     5572            OK,Rvals = G2stMn.DoLeBail(self.GSASprojectfile,dlg,cycles=1,refPlotUpdate=refPlotUpdate,seqList=seqList)
    55725573        finally:
    55735574            dlg.Update(101.) # forces the Auto_Hide; needed after move w/Win & wx3.0
    55745575            dlg.Destroy()
    5575         if OK:
     5576        if OK and seqList:
     5577            print('continuing with sequential fit')
     5578        elif OK:
    55765579            text = ''
    55775580            rtext = 'LeBail-only fit done. '
Note: See TracChangeset for help on using the changeset viewer.