Changeset 4301 for trunk/GSASIIimgGUI.py
- Timestamp:
- Feb 13, 2020 7:26:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r4299 r4301 1898 1898 Xlines = data['Xlines'] 1899 1899 Ylines = data['Ylines'] 1900 # not a good place for patch -- this not always called 1900 1901 if 'Frames' not in data: 1901 1902 data['Frames'] = [] … … 3186 3187 del self.ImageMasks['Thresholds'] 3187 3188 else: 3188 self.ImageMasks = {'Points':[],'Rings':[],'Arcs':[],'Polygons':[],'Frames':[]} 3189 self.ImageMasks = {'Points':[],'Rings':[],'Arcs':[],'Polygons':[],'Frames':[], 3190 'SpotMask':{'esdMul':2,'spotMask':None}, 3191 } 3189 3192 3190 3193 def StartLoop(self):
Note: See TracChangeset
for help on using the changeset viewer.