Changeset 2829 for trunk/GSASIIplot.py


Ignore:
Timestamp:
May 11, 2017 9:46:48 PM (6 years ago)
Author:
vondreele
Message:

update tif reader ti include 4 different versions of LCLS tif images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2802 r2829  
    44894489                ypix = int(ypos*scaley)
    44904490                Int = 0
    4491                 if (0 <= xpix < sizexy[0]) and (0 <= ypix < sizexy[1]):
     4491                if (0 <= xpix < sizexy[1]) and (0 <= ypix < sizexy[0]):
    44924492                    Int = G2frame.ImageZ[ypix][xpix]
    44934493                tth,azm,D,dsp = G2img.GetTthAzmDsp(xpos,ypos,Data)
Note: See TracChangeset for help on using the changeset viewer.