Ticket #6393 (closed: fixed)
Set Special Coordinate Algorithm
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | reuterma@… | Blocked By: | |
Blocking: | Tester: | Michael Reuter |
Description
A simple algorithm to set the special coordinate system for an IMDWorkspace (MDHistoWorkspace and MDEventWorkspace). This would be very useful because it would allow us to retrospectively fix existing MDWorkspaces, which will not give the coordinate system.
This is an important feature for the work in the VSI currently being performed by Michael Reuter.
Change History
comment:1 Changed 8 years ago by Owen Arnold
- Cc reuterma@… added
- Status changed from new to accepted
comment:2 Changed 8 years ago by Owen Arnold
refs #6393. Working algorithm.
Changeset: 03c7fcd12fb14a3fef87fc0b589d8f8a455a6e21
comment:3 Changed 8 years ago by Owen Arnold
refs #6393. Working algorithm.
Changeset: 381ddfcdd5c2f32d40ee75a3d13f8708b9fe7e59
comment:4 Changed 8 years ago by Owen Arnold
refs #6393. Wiki documentation added.
Changeset: 0f5db3bb6a20f7f07b199bc457dc566bc1df0dc2
comment:5 Changed 8 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Unit tests demonstrate this working. To run manually.
- Load an MDWorkspace such as MAPS_MDEW.nxs out of the AutoTest directory
- Run SetSpecialCoordinates on the workspace, choose HKL
- Look in the logdata for an integer value called "CoordinateSystem", should read 3
comment:6 Changed 8 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter