Ticket #1485 (closed: fixed)
MatrixWorkspace: add convenience methods that return maps between workspace index, spectrum number, and detector(pixel) ID.
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 24 |
Component: | Keywords: | ||
Cc: | pf9@… | Blocked By: | |
Blocking: | Tester: | Martyn Gigg |
Description
There are many situations where you want to be able to convert between these 3 indices in one direction or another, and the implementation is mashed up in axes and other places. I will write functions (or at least function prototypes) with CLEAR function names that return simple maps of the type <int, int> mapping between one index and the other.
Change History
comment:6 Changed 10 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
Note: See
TracTickets for help on using
tickets.