- 29 May, 2019 7 commits
- 28 May, 2019 6 commits
-
-
hammonds authored
-
hammonds authored
-
hammonds authored
the UW group that started this development. CHANGES.md lists changes to the core code to make updates for the new GUI. Most of this was updates to Python imports but also added callback endtry for progress reporting.
-
hammonds authored
group to the new version which uses PyQt and is able to process the Pilatus 2M (or presumably any) detector.
-
hammonds authored
package name.
-
hammonds authored
-
- 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 1 commit
-
-
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)
-