Changeset 2735 for trunk/GSASIIstrIO.py
- Timestamp:
- Mar 2, 2017 12:48:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIstrIO.py ¶
r2732 r2735 2256 2256 hapDict[pfx+name] = hapData['HStrain'][0][i] 2257 2257 HSvals.append(hapDict[pfx+name]) 2258 if hapData['HStrain'][1][i] :2258 if hapData['HStrain'][1][i] and not hapDict[pfx+'newLeBail']: 2259 2259 hapVary.append(pfx+name) 2260 2260 controlDict[pfx+'poType'] = hapData['Pref.Ori.'][0] … … 2283 2283 controlDict[pfx+item+'Type'] = hapData[item][0] 2284 2284 hapDict[pfx+item+';mx'] = hapData[item][1][2] 2285 if hapData[item][2][2] :2285 if hapData[item][2][2] and not hapDict[pfx+'newLeBail']: 2286 2286 hapVary.append(pfx+item+';mx') 2287 2287 if hapData[item][0] in ['isotropic','uniaxial']: 2288 2288 hapDict[pfx+item+';i'] = hapData[item][1][0] 2289 if hapData[item][2][0] :2289 if hapData[item][2][0] and not hapDict[pfx+'newLeBail']: 2290 2290 hapVary.append(pfx+item+';i') 2291 2291 if hapData[item][0] == 'uniaxial': 2292 2292 controlDict[pfx+item+'Axis'] = hapData[item][3] 2293 2293 hapDict[pfx+item+';a'] = hapData[item][1][1] 2294 if hapData[item][2][1] :2294 if hapData[item][2][1] and not hapDict[pfx+'newLeBail']: 2295 2295 hapVary.append(pfx+item+';a') 2296 2296 else: #generalized for mustrain or ellipsoidal for size … … 2306 2306 sfx = ';'+str(i) 2307 2307 hapDict[pfx+item+sfx] = hapData[item][4][i] 2308 if hapData[item][5][i] :2308 if hapData[item][5][i] and not hapDict[pfx+'newLeBail']: 2309 2309 hapVary.append(pfx+item+sfx) 2310 2310 if Phases[phase]['General']['Type'] != 'magnetic':
Note: See TracChangeset
for help on using the changeset viewer.