Changeset 4520 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Jul 14, 2020 4:08:55 PM (3 years ago)
Author:
vondreele
Message:

some corrections for pink beam single peak fits
implement pink beam Rietveld refinement; function ok, but all bad derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r4519 r4520  
    48124812            elif 'T' in Inst['Type'][0]:
    48134813                refs = np.vstack((refList.T[:18+Super],I100,MuStr,CrSize)).T
     4814            elif 'B' in Inst['Type'][0]:
     4815                refs = np.vstack((refList.T[:17+Super],I100,MuStr,CrSize)).T
    48144816        rowLabels = [str(i) for i in range(len(refs))]
    48154817        Types = (4+Super)*[wg.GRID_VALUE_LONG,]+4*[wg.GRID_VALUE_FLOAT+':10,4',]+ \
     
    48274829                colLabels = ['H','K','L','mul','d','pos','sig','gam','Fosq','Fcsq','phase','Icorr','Prfo','Trans','ExtP','I100','mustrain','Size']
    48284830                Types += 6*[wg.GRID_VALUE_FLOAT+':10,3',]
    4829             else:
     4831            elif 'T' in Inst['Type'][0]:
    48304832                colLabels = ['H','K','L','mul','d','pos','sig','gam','Fosq','Fcsq','phase','Icorr','alp','bet','wave','Prfo','Abs','Ext','I100','mustrain','Size']
    48314833                Types += 9*[wg.GRID_VALUE_FLOAT+':10,3',]
     4834            elif 'B' in Inst['Type'][0]:
     4835                colLabels = ['H','K','L','mul','d','pos','sig','gam','Fosq','Fcsq','phase','Icorr','alp','bet','Prfo','Abs','Ext','I100','mustrain','Size']
     4836                Types += 8*[wg.GRID_VALUE_FLOAT+':10,3',]
    48324837            if Super:
    48334838                colLabels.insert(3,'M')
Note: See TracChangeset for help on using the changeset viewer.