Ticket #5430 (closed: fixed)
Nexus axis attributes are in the wrong order
Reported by: | Andrei Savici | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Vickie Lynch |
Description
In the processed nexus file the attribute for axis is hard-coded as "axis1,axis2", while the value matrix is axis2 X axis1. This will prevent plotting of the workspace according to the NeXus standard.
Change History
comment:2 Changed 8 years ago by Andrei Savici
Switched axis labels in the nexus IO. Refs #5430
Changeset: 1894f93bc8c1d8d249ab87c296a06059ab46f9ec
comment:3 Changed 8 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to fixed
See http://download.nexusformat.org/doc/html/Design.html#Design-Attributes the definition of axes, especially the difference between C and Fortran
comment:4 Changed 8 years ago by Andrei Savici
Switched axis labels in the nexus IO. Refs #5430
Changeset: 1894f93bc8c1d8d249ab87c296a06059ab46f9ec
comment:5 Changed 8 years ago by Andrei Savici
Switched axis labels in the nexus IO. Refs #5430
Changeset: 1894f93bc8c1d8d249ab87c296a06059ab46f9ec
comment:6 Changed 8 years ago by Vickie Lynch
- Status changed from verify to verifying
- Tester set to Vickie Lynch