Changeset 1409
- Timestamp:
- Jul 3, 2014 5:19:01 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1406 r1409 1841 1841 G2indx.IndexPeaks(data,G2frame.HKL) 1842 1842 for hkl in G2frame.HKL: 1843 hkl.append(G2 mth.Dsp2pos(Inst,hkl[3]))1843 hkl.append(G2lat.Dsp2pos(Inst,hkl[3])) 1844 1844 rowLabels = [] 1845 1845 for i in range(len(data)): rowLabels.append(str(i+1)) -
trunk/GSASIIstrIO.py
r1360 r1409 2216 2216 insName = pfx+item 2217 2217 instDict[insName] = Inst[item][1] 2218 if Inst[item][2]:2218 if len(Inst[item]) > 2 and Inst[item][2]: 2219 2219 insVary.append(insName) 2220 2220 # instDict[pfx+'X'] = max(instDict[pfx+'X'],0.001)
Note: See TracChangeset
for help on using the changeset viewer.