Changeset 3142
- Timestamp:
- Oct 26, 2017 3:12:11 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r3141 r3142 3126 3126 if not pth: pth = '.' 3127 3127 dlg = wx.FileDialog(parent, 'Read previous table or build new table by selecting image control files', pth, 3128 style=wx.FD_OPEN| wx. MULTIPLE,3128 style=wx.FD_OPEN| wx.FD_MULTIPLE, 3129 3129 wildcard='Integration table (*.imtbl)|*.imtbl|image control files (.imctrl)|*.imctrl') 3130 3130 dlg.CenterOnParent() -
trunk/imports/G2img_1TIF.py
r3141 r3142 89 89 import struct as st 90 90 import array as ar 91 import ReadMarCCDFrame as rmf91 # import ReadMarCCDFrame as rmf 92 92 image = None 93 93 File = open(filename,'rb') -
trunk/scanCCD.py
r3136 r3142 93 93 'Any detector tif (*.tif;*.tiff)|*.tif;*.tiff|\ 94 94 All files (*.*)|*.*', 95 wx.FD_OPEN | wx. MULTIPLE)95 wx.FD_OPEN | wx.FD_MULTIPLE) 96 96 if self.dirname: 97 97 dlg.SetDirectory(self.dirname)
Note: See TracChangeset
for help on using the changeset viewer.