Changeset 2239
- Timestamp:
- May 4, 2016 3:09:08 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ¶
r2237 r2239 281 281 ''' 282 282 self.allowZoomReset = False 283 self.G2frame.PatternTree.SelectItem(id)283 if id: self.G2frame.PatternTree.SelectItem(id) 284 284 self.allowZoomReset = True 285 285 -
TabularUnified trunk/GSASIIpwd.py ¶
r2229 r2239 2074 2074 laueId,controls = SetStackingClay(Layers,'PWDR') 2075 2075 # cell & atoms 2076 Nlayers = SetCellAtoms(Layers) 2076 Nlayers = SetCellAtoms(Layers) 2077 Volume = Layers['Cell'][7] 2077 2078 # Transitions 2078 2079 SetStackingTrans(Layers,Nlayers) … … 2106 2107 else: 2107 2108 BrdSpec = spec[:Nsteps] 2109 BrdSpec /= Volume 2108 2110 iFin = iBeg+Nsteps 2109 2111 bakType,backDict,backVary = SetBackgroundParms(background)
Note: See TracChangeset
for help on using the changeset viewer.