- 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 3 commits
- 23 Apr, 2019 11 commits
-
-
hammonds authored
IndexError occurs, generally this is not a scanFile. emit signals when the list of Energies or Exposure files change. This alerts the app that information has changed.
-
hammonds authored
Mostly here we will register that things have changed.
-
hammonds authored
-
hammonds authored
of calibrator. This was independant of which GUI was being used. This provides a method to grab data in view independant way. It will be the save method, etc. create a viewToModel method. THis was needed by find crytal method &will be used by others.
-
hammonds authored
Add in some of the ROI definition. Still need to fix finding crystals to look over the whole area. Need to set to show/hide the ROIs with the checkbox. Make sure ROI stuff is "clean". Added 'Add ROI' to the context menu but there is still crap there that I would like to remove. Add code to watch Mouse Moves and display this on the status bar. Add code for adjusting image levels to set this so that image is visible. Fix up the image filters. This is linked up to the HistogramLUT which allows adjusting the image display. Added in the calibration button for a start that direction.
-
hammonds authored
statements. This was causing a problem where modules being imported were being imported had the logger added and the import was happening before the logger stuff was defined.
-
hammonds authored
be used elsewhere without copying the strings in many places causing a problem that may need to be fixed later. Add the Python logging facility.
-
hammonds authored
order to properly run it's __init__ method using super method.
-
hammonds authored
for updating the model from the view. Fix some issues with MessageBoxes which were causing errors where they were meant to provide warnings of possible problems.
-
hammonds authored
-
hammonds authored
-
- 15 Apr, 2019 9 commits
- 27 Mar, 2019 1 commit
-
-
hammonds authored
parameters. It turned out that there is a scan_file module/class which already can read this information. Use the information from this class instead of using this secondary method that does not work properly. This will now properly allow population of dropdown list of titles.
-
- 21 Mar, 2019 3 commits
-
-
John Hammonds authored
-
hammonds authored
-
hammonds authored
-