Changeset 1409


Ignore:
Timestamp:
Jul 3, 2014 5:19:01 PM (9 years ago)
Author:
toby
Message:

more problems with older GPX files

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r1406 r1409  
    18411841                    G2indx.IndexPeaks(data,G2frame.HKL)
    18421842                    for hkl in G2frame.HKL:
    1843                         hkl.append(G2mth.Dsp2pos(Inst,hkl[3]))
     1843                        hkl.append(G2lat.Dsp2pos(Inst,hkl[3]))
    18441844    rowLabels = []
    18451845    for i in range(len(data)): rowLabels.append(str(i+1))
  • trunk/GSASIIstrIO.py

    r1360 r1409  
    22162216            insName = pfx+item
    22172217            instDict[insName] = Inst[item][1]
    2218             if Inst[item][2]:
     2218            if len(Inst[item]) > 2 and Inst[item][2]:
    22192219                insVary.append(insName)
    22202220#        instDict[pfx+'X'] = max(instDict[pfx+'X'],0.001)
Note: See TracChangeset for help on using the changeset viewer.