Changeset 2174 for trunk/GSASII.py


Ignore:
Timestamp:
Mar 16, 2016 1:25:24 PM (7 years ago)
Author:
vondreele
Message:

fix image integrate and integrate all with dark & background images
trap bad G2frame.PickId? (there may be more!)
fix cleanup after DIFFax crash & other stacking fault fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r2160 r2174  
    23252325        self.oldImagefile = '' # the name of the last image file read
    23262326        self.oldImageTag = None # the name of the tag for multi-image files
    2327         self.ImageZ = []  # this contains the image plotted and used for integration
     2327        self.ImageZ = []  # this contains the image plotted
    23282328        # self.ImageZ and self.oldImagefile are set in GSASIIplot.PlotImage
    23292329        # and GSASIIIO.GetImageData
Note: See TracChangeset for help on using the changeset viewer.