Ticket #11731 (closed: fixed)
SaveMask does not work on MatrixWorkspace
Reported by: | Michael Wedel | Owned by: | Michael Wedel |
---|---|---|---|
Priority: | major | Milestone: | Release 3.4 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Dan Nixon |
Description
I tried saving the mask of a MatrixWorkspace with POLDI data directly using SaveMask, like this:
m = PoldiLoadRuns(2013, 6904) SaveMask('m_data_6904', 'SomeFile.xml')
The algorithm fails with a message complaining that the algorithm 'ExtractMasking' is not registered. The name of the algorithm is in fact 'ExtractMask', so changing the name should be sufficient to make the above script work.
Change History
comment:1 Changed 5 years ago by Michael Wedel
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 5 years ago by Dan Nixon
- Status changed from verify to verifying
- Tester set to Dan Nixon
comment:3 Changed 5 years ago by Dan Nixon
- Status changed from verifying to closed
Merge pull request #728 from mantidproject/11731_fix_savemask
Fix SaveMask for workspaces that are not MaskWorkspaces.
Full changeset: f162c4762f377ddbd07b4bd15606bb0e8cbd2e27
Note: See
TracTickets for help on using
tickets.
This is being verified as pull request #728.