Ignore:
Timestamp:
Dec 7, 2018 4:03:37 PM (4 years ago)
Author:
toby
Message:

fix reading of FullProf? & WinPLOTR-2006 files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3742 r3757  
    14291429                else:
    14301430                    rd.instmsg = 'default: '+dI.defaultIparm_lbl[res]
    1431                     return self.ReadPowderInstprm(dI.defaultIparms[res],bank,numbanks,rd)    #this is [Inst1,Inst2] a pair of dicts
     1431                    inst1,inst2 = self.ReadPowderInstprm(dI.defaultIparms[res],bank,numbanks,rd)
     1432                    if rd.instdict.get('wave'):
     1433                        inst1['Lam'][0] = rd.instdict.get('wave')
     1434                        inst1['Lam'][1] = rd.instdict.get('wave')
     1435                    return [inst1,inst2]
    14321436
    14331437        # stuff we might need from the reader
Note: See TracChangeset for help on using the changeset viewer.