Changeset 2091
- Timestamp:
- Dec 14, 2015 12:49:34 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2079 r2091 1482 1482 if Id: 1483 1483 Phases = G2frame.PatternTree.GetItemPyData(Id) 1484 pick = str(G2frame.itemPicked).split('(' )[1].strip(')')1484 pick = str(G2frame.itemPicked).split('(',1)[1][:-1] 1485 1485 if 'line' not in pick: #avoid data points, etc. 1486 1486 data = G2frame.PatternTree.GetItemPyData(PatternId) -
trunk/GSASIIstrMain.py
r2067 r2091 398 398 399 399 # a dict with values & esds for dependent (constrained) parameters 400 depParmDict = {i:(parmDict[i],sigDict[i]) for i in varyListStart 401 if i not in varyList} 400 depParmDict = {i:(parmDict[i],sigDict[i]) for i in varyListStart if i not in varyList} 402 401 newCellDict = copy.deepcopy(G2stMth.GetNewCellParms(parmDict,varyList)) 403 402 newAtomDict = copy.deepcopy(G2stMth.ApplyXYZshifts(parmDict,varyList))
Note: See TracChangeset
for help on using the changeset viewer.