Changeset 4014 for trunk/GSASIImath.py
- Timestamp:
- Jun 2, 2019 10:39:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIImath.py ΒΆ
r3982 r4014 3256 3256 mapData['rhoMax'] = max(np.max(mapData['rho']),-np.min(mapData['rho'])) 3257 3257 mapData['minmax'] = [np.max(mapData['rho']),np.min(mapData['rho'])] 3258 print ('Fourier map time: %.4f no. elements: %d dimensions: %s'%(time.time()-time0,Fhkl.size str(Fhkl.shape)))3258 print ('Fourier map time: %.4f no. elements: %d dimensions: %s'%(time.time()-time0,Fhkl.size,str(Fhkl.shape))) 3259 3259 3260 3260 # map printing for testing purposes
Note: See TracChangeset
for help on using the changeset viewer.