Changeset 4585


Ignore:
Timestamp:
Oct 7, 2020 7:55:03 AM (3 years ago)
Author:
vondreele
Message:

use new GetTthAzmG version for image integrations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r4582 r4585  
    561561    return GetTthAzmDsp(x,y,data)[0:2]
    562562   
    563 def GetTthAzmG(x,y,data):
     563def GetTthAzmG2(x,y,data):
    564564    '''Give 2-theta, azimuth & geometric corr. values for detector x,y position;
    565565     calibration info in data - only used in integration - old version
     
    585585    return tth,azm,G
    586586
    587 def GetTthAzmG2(x,y,data):
     587def GetTthAzmG(x,y,data):
    588588    '''Give 2-theta, azimuth & geometric corr. values for detector x,y position;
    589589     calibration info in data - only used in integration
Note: See TracChangeset for help on using the changeset viewer.