-
Notifications
You must be signed in to change notification settings - Fork 128
Add masking to sliceviewer #39893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MialLewis
wants to merge
33
commits into
main
Choose a base branch
from
add_masking_to_sliceviewer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add masking to sliceviewer #39893
Changes from 21 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1d7bafd
add initial toolbar
MialLewis 70064a0
enable toggling of shape options
MialLewis 57110a5
initial pass add selectors
MialLewis 4a80592
add selector deactivation
MialLewis 1319459
fix issues with weak refs to selectors
MialLewis 4ff221b
finalise shape toolbar behaviour
MialLewis 71aebaf
first pass model
MialLewis edde91e
add rect and elliptical masking to model
MialLewis 9ffe34c
add intersecting line logic
MialLewis 0674186
add polygon masking model logic
MialLewis 3c036ce
add direct map application
MialLewis 9b1d818
handle polygon error
MialLewis c97dfca
deactivate selector after error
MialLewis 3438bbe
handle mask removal from model if esc pressed
MialLewis 7f1cba3
add numeric axis and bin centring partially finished
MialLewis f2c1e84
correct spectrum num masking
MialLewis 4a72197
fix edge case bugs
MialLewis c2a878e
disable masking on numeric y axis, handle tranpose
MialLewis ef5a632
disable masking for md workspaces
MialLewis 1ff063f
correct sv tests
MialLewis f3fd49d
fix region selector tests
MialLewis c056cfb
use index rather than spec number
MialLewis e37257f
make code rabbit changes
MialLewis 3f1c7a7
slight test refactor
MialLewis 5430391
finish main presenter tests
MialLewis f267e33
finish presenter tests
MialLewis fb3415b
use spec num for masking
MialLewis 34dc6a4
add masking model tests
MialLewis f8ea045
add masking model tests
MialLewis 3859e59
add maskig model tests
MialLewis 8064451
disable masking for refl gui
MialLewis 075a4e9
revert terrible coderabbit suggestion
MialLewis 8894894
readd accidently removed tests
MialLewis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
1 change: 1 addition & 0 deletions
1
docs/source/release/v6.14.0/Workbench/SliceViewer/New_features/000000.rst
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Added a masking feature to Sliceviewer for axis with a non-numerical y axis. This enables direct application of the mask to the underlying workspace, or the outputting of a table workspace that can be applied subsequently using ``MaskFromTableWorkspace``. | ||
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.