-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ROIs generated from View's
This is a very simple implementation of something that can hopefully be improved and cleaned up in the future: support for context-defined annotation widgets. Each ROI is defined as a parameter, they are added to a View with an argument to the Image_WithRoi type, which is read by the Correlator and thus creates an ROI. When the ROI is changed, an updated parameter is sent to metropc and the Correlator modifies the context file with the new ROI parameters (position, height, etc).
- Loading branch information
1 parent
72d0bc4
commit 2759386
Showing
6 changed files
with
185 additions
and
13 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,6 +315,7 @@ def has_ext_modules(self): | |
'pyyaml', | ||
"metropc @ git+ssh://[email protected]:10022/karaboDevices/metropc.git@high_high_water_mark", | ||
"qscintilla", | ||
"libcst", | ||
# These dependencies are not directly used, but are needed to satisfy | ||
# pip's resolver: | ||
'pygments', | ||
|