Changeset 1035 for trunk/GSASII.py


Ignore:
Timestamp:
Aug 15, 2013 11:32:19 AM (12 years ago)
Author:
vondreele
Message:

further adventures in residual reporting in cif files
hId & pId must be taken from least squares run - put in appropriate places & used by G2cif.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASII.py

    r1032 r1035  
    23332333        Histograms = {}
    23342334        Phases = {}
    2335         pId = 0
    2336         hId = 0
    23372335        for phase in phaseData:
    23382336            Phase = phaseData[phase]
    23392337            if Phase['Histograms']:
    23402338                if phase not in Phases:
    2341                     Phase['pId'] = pId
    2342                     pId += 1
    23432339                    Phases[phase] = Phase
    23442340                for hist in Phase['Histograms']:
     
    23492345                        elif 'HKLF' in hist[:4]:
    23502346                            Histograms[hist] = self.GetHKLFdatafromTree(item)
    2351                         #future restraint, etc. histograms here           
    2352                         Histograms[hist]['hId'] = hId
    2353                         hId += 1
     2347                        #future restraint, etc. histograms here
    23542348        return Histograms,Phases
    23552349       
Note: See TracChangeset for help on using the changeset viewer.