Changeset 1153 for trunk/GSASIIplot.py
- Timestamp:
- Nov 26, 2013 2:32:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1151 r1153 2160 2160 if (0 <= xpix <= sizexy[0]) and (0 <= ypix <= sizexy[1]): 2161 2161 Int = G2frame.ImageZ[ypix][xpix] 2162 tth,azm, dsp = G2img.GetTthAzmDsp(xpos,ypos,Data)2162 tth,azm,D,dsp = G2img.GetTthAzmDsp(xpos,ypos,Data) 2163 2163 Q = 2.*math.pi/dsp 2164 2164 if G2frame.MaskKey in ['p','f']: … … 2314 2314 rings.remove(ring) 2315 2315 else: 2316 tth,azm,dsp = G2img.GetTthAzmDsp(Xpos,Ypos,Data) 2316 tth,azm,dsp = G2img.GetTthAzmDsp(Xpos,Ypos,Data)[:3] 2317 2317 itemPicked = str(G2frame.itemPicked) 2318 2318 if 'Line2D' in itemPicked and PickName == 'Image Controls':
Note: See TracChangeset
for help on using the changeset viewer.