Changeset 5014
- Timestamp:
- Aug 19, 2021 1:38:36 PM (12 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r5005 r5014 1651 1651 1652 1652 fileSizer = wx.BoxSizer(wx.VERTICAL) 1653 fileSizer.Add(wx.StaticText(G2frame.dataWindow,-1,' Fixed background file:'),0)1653 fileSizer.Add(wx.StaticText(G2frame.dataWindow,-1,' Fixed background histogram (for point-by-point subraction):'),0) 1654 1654 if 'background PWDR' not in data[1]: 1655 1655 data[1]['background PWDR'] = ['',-1.,False] -
trunk/imports/G2img_SFRM.py
r5009 r5014 116 116 image = np.reshape(img,(sizexy[1],sizexy[0])) 117 117 print ('import time: %.3f'%(time.time()-time0)) 118 data = {'pixelSize':pixSize,'wavelength':wave,'distance':dist,'center':cent, ,'det2theta':0.0,118 data = {'pixelSize':pixSize,'wavelength':wave,'distance':dist,'center':cent,'det2theta':0.0, 119 119 'size':sizexy,'target':target,'tilt':-twoth,'rotation':90.,'twoth':str(round(twoth,1))} 120 120 data['pixLimit'] = 5
Note: See TracChangeset
for help on using the changeset viewer.