Changeset 3333 for trunk/imports/G2img_SFRM.py
- Timestamp:
- Apr 2, 2018 11:17:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2img_SFRM.py
r3332 r3333 117 117 print ('import time: %.3f'%(time.time()-time0)) 118 118 data = {'pixelSize':pixSize,'wavelength':wave,'distance':dist,'center':cent, 119 'size':sizexy,'target':target,'tilt':-twoth,'rotation':90. }119 'size':sizexy,'target':target,'tilt':-twoth,'rotation':90.,'twoth':str(round(twoth,1))} 120 120 data['pixLimit'] = 5 121 121 data['calibdmin'] = 1.0
Note: See TracChangeset
for help on using the changeset viewer.