Changeset 2047 for trunk/GSASII.py


Ignore:
Timestamp:
Nov 12, 2015 4:55:14 PM (8 years ago)
Author:
toby
Message:

revise autoint to implement Reset -- redoes integration; warn on old image read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r2043 r2047  
    22532253        self.IntgOutList = [] # list of integration tree item Ids created in G2IO.SaveIntegration
    22542254        self.autoIntFrame = None
     2255        self.IntegratedList = [] # list of integrated image files
    22552256        self.Sngl = False
    22562257        self.ifGetRing = False
     
    24202421    def OnImageRead(self,event):
    24212422        'Called to read in an image in any known format'
     2423        G2G.G2MessageBox(self,'Please use the Import/Image/... menu item rather than this','depreciating menu item')
    24222424        self.CheckNotebook()
    24232425        dlg = wx.FileDialog(
Note: See TracChangeset for help on using the changeset viewer.