Ticket #2176 (closed: fixed)
Implement MD workspace load algorithm
Reported by: | Alex Buts | Owned by: | Alex Buts |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
There are variety draft MD workspaces. A load algorithm should load and provide workspace for further usage
Change History
comment:2 Changed 10 years ago by Alex Buts
- Status changed from new to verify
- Resolution set to worksforme
The Load_MDWorkspace works for current MDWorkspace implementation but should be modified when other parts of MDWorkspace were added (MDDataPoints in particular)
comment:4 Changed 10 years ago by Owen Arnold
Loading will load a sqw file such as /Test/VATES/fe_demo_30.sqw and produce a MDWorkspace.
comment:5 Changed 10 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
Note: See
TracTickets for help on using
tickets.
(In [8321]) refs #2176 loadMDWorkspace works as separate algorithm. getNPoints modified to provide unsigned long result (through all Mantid as part of IMDWorkspace interface)