Changeset 4712 for trunk/GSASIIimgGUI.py
- Timestamp:
- Jan 4, 2021 2:46:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r4709 r4712 1762 1762 dsp0 = wave/(2.0*sind(LUtth[0]/2.0)) 1763 1763 dsp1 = wave/(2.0*sind(LUtth[1]/2.0)) 1764 x0 = G2img.GetDetectorXY (dsp0,0.0,Controls)[0]1765 x1 = G2img.GetDetectorXY (dsp1,0.0,Controls)[0]1764 x0 = G2img.GetDetectorXY2(dsp0,0.0,Controls)[0] 1765 x1 = G2img.GetDetectorXY2(dsp1,0.0,Controls)[0] 1766 1766 if not np.any(x0) or not np.any(x1): 1767 1767 raise Exception … … 1797 1797 dsp0 = wave/(2.0*sind(LUtth[0]/2.0)) 1798 1798 dsp1 = wave/(2.0*sind(LUtth[1]/2.0)) 1799 x0 = G2img.GetDetectorXY (dsp0,0.0,Controls)[0]1800 x1 = G2img.GetDetectorXY (dsp1,0.0,Controls)[0]1799 x0 = G2img.GetDetectorXY2(dsp0,0.0,Controls)[0] 1800 x1 = G2img.GetDetectorXY2(dsp1,0.0,Controls)[0] 1801 1801 if not np.any(x0) or not np.any(x1): 1802 1802 raise Exception
Note: See TracChangeset
for help on using the changeset viewer.