Changeset 1377 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 11, 2014 12:39:31 PM (9 years ago)
Author:
vondreele
Message:

set pixLimit to search a 40x40 pixel box for image Calibrate
modify image & stress-strain tutorials to reflect this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1370 r1377  
    26412641        scalex = 1000./pixelSize[0]
    26422642        scaley = 1000./pixelSize[1]
    2643         pixLimit = Data['pixLimit']
     2643#        pixLimit = Data['pixLimit']    #can be too tight
     2644        pixLimit = 20       #this makes the search box 40x40 pixels
    26442645        if G2frame.itemPicked is None and PickName == 'Image Controls' and len(G2frame.ImageZ):
    26452646            Xpos = event.xdata
Note: See TracChangeset for help on using the changeset viewer.