Changeset 1035 for trunk/GSASII.py
- Timestamp:
- Aug 15, 2013 11:32:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASII.py ¶
r1032 r1035 2333 2333 Histograms = {} 2334 2334 Phases = {} 2335 pId = 02336 hId = 02337 2335 for phase in phaseData: 2338 2336 Phase = phaseData[phase] 2339 2337 if Phase['Histograms']: 2340 2338 if phase not in Phases: 2341 Phase['pId'] = pId2342 pId += 12343 2339 Phases[phase] = Phase 2344 2340 for hist in Phase['Histograms']: … … 2349 2345 elif 'HKLF' in hist[:4]: 2350 2346 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 2354 2348 return Histograms,Phases 2355 2349
Note: See TracChangeset
for help on using the changeset viewer.