Ticket #3859 (closed: fixed)
SliceMD algorithm: make it
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | #3861, #3871 | |
Blocking: | Tester: | Owen Arnold |
Description
Algorithm that takes a slice out of an existing MDWorkspace.
- Define a box-style implicit function limiting the volume to look at.
- Axis aligned only?
- Preserves the events.
- Preserves the dimensions and the number of dimensions.
- Option to make the output workspace file-backed as well, if the memory used is large.
Change History
comment:1 Changed 9 years ago by Janik Zikovsky
- Status changed from new to accepted
- Owner set to Janik Zikovsky
comment:9 Changed 9 years ago by Janik Zikovsky
Refs #3859 file backed-output for SliceMD algo. This fixes it.
Changeset: 4098f222971962a45d6419985955c8c5723e6d47
comment:10 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
Note to testers: You have to create a MDWorkspace with events in it and take out a slice. The axis-aligned one will preserve the dimensions (though you can integrate). The non-axis-aligned one performs a coordinate transformation.
Maybe try to take out some slices and compare in Paraview?
comment:11 Changed 9 years ago by Janik Zikovsky
Refs #3859 file backed-output for SliceMD algo. This fixes it.
Changeset: 4098f222971962a45d6419985955c8c5723e6d47
comment:12 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:13 Changed 9 years ago by Owen Arnold
- Status changed from verifying to closed
- Runs without issues and with same interface as BinMD
- Generates output MDEventWorkspace containing events
- Performs slicing
- Outputs in Slice viewer look correct
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4706