- 23 May, 2019 2 commits
- 22 May, 2019 3 commits
- 21 May, 2019 7 commits
- 20 May, 2019 2 commits
- 15 May, 2019 5 commits
-
-
hammonds authored
Change some code that had "If Windows" around it for unknown reason. Now the same on all platforms.
-
hammonds authored
pyqtgraph does not handle completely flat images so I threw in some code to catch this. Set image to None and make the ImageItem border Red when the image is set to None to keep from crashing. Change mouse view to display filtered image data.
-
hammonds authored
copy of the filters so that as they are changed, the image is updated properly. Now that there is a copy of the filter in the imageView, it can internally change the images both as we scroll through images and as we change the filtered values.
-
hammonds authored
Add menu item that allows viewing the local maxima used in the fits.
-
hammonds authored
dimension refers to the direction Up, Down, right, left. rolldir is reference to horizontal or vertical which also translates to data axis. Add in code which allows passing out & viewing the fit points that are found and used in the fit for calibration.
-
- 13 May, 2019 6 commits
-
-
hammonds authored
-
hammonds authored
-
hammonds authored
Fiters for wx are in minixs.gui.wildcards
-
hammonds authored
-
hammonds authored
Create common method for decorating the ROIs use ImageItem setOpts to 'row-major' and keep the array pure. Use QRectF instead of QRect so that we can put bounds on the ROIs the size of the image.
-
hammonds authored
Add filter to file dialogs Catch errors in calibrate to keep from crashing change izip to zip for port to Python 3 Catch changes in image filters so that the calibrate button can be reactivated and we know that the calibration may be invalid
-
- 09 May, 2019 1 commit
-
-
hammonds authored
-
- 07 May, 2019 3 commits
-
-
hammonds authored
Use full package path to modules for use of izip encapsulate import from itertools in a try statement and refer this to the built in zip encapsulate ConfigParser import in a try to catch the new name of module (all lower case)
-
hammonds authored
matrix view to use the toggle slot instead of clicked slot.
-
hammonds authored
Allows the user to recall old boundary setting.
-
- 03 May, 2019 1 commit
-
-
hammonds authored
Make the Calibration plot color image
-
- 02 May, 2019 3 commits
- 01 May, 2019 1 commit
-
-
hammonds authored
Add code to save & load calibration file.
-
- 30 Apr, 2019 5 commits
-
-
hammonds authored
to be doing a great job. THe code was finding boundaries in x and fixng to [2,193] in y. Started getting this to do both axes.
-
hammonds authored
-
hammonds authored
Track Last mouse position to be used with the ROI placement Change so that new ROIs are created near the mouse instead of at the origin. Handle deleteing images from the list. Place energy with image in label above as slider is moved. Add item to the right mouse menu to remove All ROIs.
-
hammonds authored
Add in menus for saving/loading the calibration file & import/export Xtal locations. Populate Menu item for saving the calibration. Fix problem with how I was storing the xtal locations in the model. Was doing corner position and size. Needed to be storing location of opposite corners. Fix some instances how it marks when the calibration is valid.
-
hammonds authored
-
- 26 Apr, 2019 1 commit
-
-
hammonds authored
-