- Timestamp:
- Dec 15, 2019 2:00:34 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIphsGUI.py ¶
r4200 r4202 4630 4630 backfile = G2pwd.MakeBack(G2frame,pName,PWId) 4631 4631 if backfile is None: 4632 print(' Chebyschev background not used; no .back file written')4632 print(' Chebyschev-1 background not used; no .back file written') 4633 4633 else: 4634 4634 print(backfile+ ' written') -
TabularUnified trunk/GSASIIpwd.py ¶
r4201 r4202 2133 2133 Back = PWDdata['Background'][0] 2134 2134 inst = PWDdata['Instrument Parameters'][0] 2135 if 'chebyschev ' not in Back[0]:2135 if 'chebyschev-1' not in Back[0]: 2136 2136 return None 2137 2137 Nback = Back[2]
Note: See TracChangeset
for help on using the changeset viewer.