Changeset 396 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Oct 20, 2011 11:38:12 AM (12 years ago)
Author:
vondreele
Message:

make image calibration 0-360 (not -180-180) to match usual integration range
shift bins to center from corner - fixes "wiggle" in integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r392 r396  
    19271927            x,y = np.hsplit(ring,2)
    19281928            tth,azm = G2img.GetTthAzm(x,y,Data)
    1929             azm = np.where(azm < 0.,azm+360,azm)
     1929#            azm = np.where(azm < 0.,azm+360,azm)
    19301930            Plot.plot(tth,azm,'b,')
    19311931    if not newPlot:
Note: See TracChangeset for help on using the changeset viewer.