Changeset 3757 for trunk/GSASIIdataGUI.py
- Timestamp:
- Dec 7, 2018 4:03:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3742 r3757 1429 1429 else: 1430 1430 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] 1432 1436 1433 1437 # stuff we might need from the reader
Note: See TracChangeset
for help on using the changeset viewer.