Changeset 4324 for trunk/GSASIIscriptable.py
- Timestamp:
- Feb 21, 2020 5:48:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIscriptable.py
r4317 r4324 3008 3008 ImgDict['Image Controls'] = Data 3009 3009 ImgDict['Masks'] = {'Points':[],'Rings':[],'Arcs':[],'Polygons':[], 3010 'Frames':[],'Thresholds':[(0,Imax),[0,Imax]], 3011 'SpotMask':{'esdMul':2.,'spotMask':None}, 3012 } 3010 'Frames':[],'Thresholds':[(0,Imax),[0,Imax]],'SpotMask':{'esdMul':3.,'spotMask':None},} 3013 3011 ImgDict['Stress/Strain'] = {'Type':'True','d-zero':[],'Sample phi':0.0, 3014 3012 'Sample z':0.0,'Sample load':0.0} 3015 3013 self.names.append([TreeName]+['Comments','Image Controls','Masks','Stress/Strain']) 3016 3014 self.data[TreeName] = ImgDict
Note: See TracChangeset
for help on using the changeset viewer.