Changeset 4585
- Timestamp:
- Oct 7, 2020 7:55:03 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r4582 r4585 561 561 return GetTthAzmDsp(x,y,data)[0:2] 562 562 563 def GetTthAzmG (x,y,data):563 def GetTthAzmG2(x,y,data): 564 564 '''Give 2-theta, azimuth & geometric corr. values for detector x,y position; 565 565 calibration info in data - only used in integration - old version … … 585 585 return tth,azm,G 586 586 587 def GetTthAzmG 2(x,y,data):587 def GetTthAzmG(x,y,data): 588 588 '''Give 2-theta, azimuth & geometric corr. values for detector x,y position; 589 589 calibration info in data - only used in integration
Note: See TracChangeset
for help on using the changeset viewer.