Changeset 4692
- Timestamp:
- Dec 31, 2020 10:50:22 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r4685 r4692 1264 1264 def MakeGainMap(image,Ix,Iy,data,masks,blkSize=128): 1265 1265 import scipy.ndimage.filters as sdif 1266 Iy *= npcosd(Ix[:-1])**3 #undo parallax 3 or 4?1266 Iy *= npcosd(Ix[:-1])**3 #undo parallax 1267 1267 Iy *= (1000./data['distance'])**2 #undo r^2 effect 1268 1268 Iy /= np.array(G2pwd.Polarization(data['PolaVal'][0],Ix[:-1],0.)[0]) #undo polarization -
trunk/GSASIIimgGUI.py
r4685 r4692 165 165 Data['outAzimuths'] = 1 166 166 Data['LRazimuth'] = [0.,360.] 167 Data['outChannels'] = 2500167 Data['outChannels'] = 5000 168 168 Data['SampleAbs'] = [0.0,False] 169 169 Data['binType'] = '2-theta'
Note: See TracChangeset
for help on using the changeset viewer.