-
Notifications
You must be signed in to change notification settings - Fork 128
Import externally generated files on Muon ALC interface #38398
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
Import externally generated files on Muon ALC interface #38398
Conversation
I will send this package to Adam Berlie for testing: |
👋 Hi, @robertapplin, Conflicts have been detected against the base branch. Please rebase your branch against the base branch. |
e0f2ee6
to
9cb74c8
Compare
9cb74c8
to
1be816f
Compare
Adam is happy with the changes:
|
Followed the given test instructions and they work as expected. If @robertapplin could check the comments above it would be great. |
1be816f
to
2674316
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes and looks good! Happy to approve!
This is a squashed version of mantidproject#38398 Ability to import external data into Muon ALC interface Add release note Remove signal from ALCDataHandlingView Add unit test for calling subscriber method Rename subscribe method to setSubscriber
Report to: Adam Berlie
Description of work
This PR makes it possible to import a workspace from the ADS into the Muon ALC interface if it has 1 histogram. The data can be loaded into Mantid from a *.dat or *.txt file for example, and then imported into the Muon ALC interface as long as its a matrix workspace.
Fixes #38353
To test:
Load the following data into workbench
QLCR150K.zip
Open
Muon
->ALC
interfaceClick
Import results...
in the bottom leftEnter the name of the workspace you loaded and click Okay
The plot should be populated with the data
Reviewer
Please comment on the points listed below (full description).
Your comments will be used as part of the gatekeeper process, so please comment clearly on what you have checked during your review. If changes are made to the PR during the review process then your final comment will be the most important for gatekeepers. In this comment you should make it clear why any earlier review is still valid, or confirm that all requested changes have been addressed.
Code Review
Functional Tests
Does everything look good? Mark the review as Approve. A member of
@mantidproject/gatekeepers
will take care of it.Gatekeeper
If you need to request changes to a PR then please add a comment and set the review status to "Request changes". This will stop the PR from showing up in the list for other gatekeepers.