Changeset 3228
- Timestamp:
- Jan 16, 2018 5:11:37 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r3217 r3228 213 213 214 214 if not os.path.exists(imagefile): 215 # note that this fails (at least on Mac) to get an image during the GUI initialization 215 216 prevnam = os.path.split(imagefile)[1] 216 217 prevext = os.path.splitext(imagefile)[1] -
trunk/GSASIIdataGUI.py
r3219 r3228 3473 3473 name = dataType+dlg.GetValue()+names[1] 3474 3474 self.GPXtree.SetItemText(self.PickId,name) 3475 if 'PWDR' in name: 3476 self.GPXtree.GetItemPyData(self.PickId)[2] = name 3475 3477 finally: 3476 3478 dlg.Destroy() -
trunk/GSASIIpwdGUI.py
r3227 r3228 1039 1039 parmDict.update(bakDict) 1040 1040 parmDict.update(insDict) 1041 # Note that this generates a MaskedArrayFutureWarning, but these items are not always masked 1041 1042 pwddata[3][xBeg:xFin] *= 0. 1042 1043 pwddata[5][xBeg:xFin] *= 0.
Note: See TracChangeset
for help on using the changeset viewer.