-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enh: add simple pha and amp to gui, display not correct * enh: add method for qpi feature display * ref: generalise the get_event method * enh: correctly handle varying pha and image shapes * enh: display qpi images as float and set the range via qt setView * fix: correct the contour pixel colour based on the pixel intensity range * enh: add quickview colormaps via pyqtgraph for phase and amp * enh: add general dict attr for quickview that contains image show info * ref: combine imkw into the img_info dict * ref: set qpi_amp back to RGB image, use cmap to set qpi_pha contour to black * enh: change qpi_pha cmap levels and contour color; ref: add convenience event display method * fix: problem due to bad merge fixed * setup: required py-modules list for install with venv at the same level * enh: add auto contrast for pha and amp * ref: separate out display image and contour methods, and reorder * tests: test auto contrast and contour display * fix: correct qpi_pha display with contour bug * tests: correct the qpi_pha with and without contour test * tests: use np.all rather than np.isin as it checks for exact matches * tests: dataset for qpi * setup: revert toml changes for setuptools * update CHANGELOG * fix, test: corrrectly assign vmin and vmax for phase auto-contrast around zero * fix: correct release version and use simple max function * tests: reduce size of qpi test file --------- Co-authored-by: Eoghan O'Connell <[email protected]>
- Loading branch information
1 parent
cc07c85
commit 2b3a355
Showing
5 changed files
with
659 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.