Changeset 4303 for trunk/GSASIIimgGUI.py
- Timestamp:
- Feb 14, 2020 4:54:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r4302 r4303 72 72 73 73 def GetImageZ(G2frame,data,newRange=False): 74 '''Gets image & applies dark, background & flat background corrections 74 '''Gets image & applies dark, background & flat background corrections. 75 75 76 :param wx.Frame G2frame: main GSAS-II frame 76 param: dict data: Image Controls dictionary 77 return: array sumImg: corrected image for background/dark/flat back 77 :param: dict data: Image Controls dictionary 78 79 :returns: array sumImg: corrected image for background/dark/flat back 78 80 ''' 81 # Note that routine GSASIIscriptable._getCorrImage is based on this 82 # so changes made here should be repeated there. 79 83 80 84 Npix,imagefile,imagetag = G2IO.GetCheckImageFile(G2frame,G2frame.Image)
Note: See TracChangeset
for help on using the changeset viewer.