Changeset 4112 for trunk/imports/G2img_GE.py
- Timestamp:
- Aug 26, 2019 7:27:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2img_GE.py
r3828 r4112 197 197 data = {'pixelSize':[200.,200.],'wavelength':0.15,'distance':250.0,'center':[204.8,204.8],'size':sizexy} 198 198 File.close() 199 print ('Image read time %.2fs'%(time.time()-time0))200 199 if GSASIIpath.GetConfigValue('debug'): 200 print ('Image read time %.2fs'%(time.time()-time0)) 201 201 print ('Read GE file: '+filename+' image #'+'%04d'%(imagenum)) 202 202 return head,data,Npix,image,more
Note: See TracChangeset
for help on using the changeset viewer.