Changeset 2829 for trunk/GSASIIplot.py
- Timestamp:
- May 11, 2017 9:46:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2802 r2829 4489 4489 ypix = int(ypos*scaley) 4490 4490 Int = 0 4491 if (0 <= xpix < sizexy[ 0]) and (0 <= ypix < sizexy[1]):4491 if (0 <= xpix < sizexy[1]) and (0 <= ypix < sizexy[0]): 4492 4492 Int = G2frame.ImageZ[ypix][xpix] 4493 4493 tth,azm,D,dsp = G2img.GetTthAzmDsp(xpos,ypos,Data)
Note: See TracChangeset
for help on using the changeset viewer.