Ticket #3067 (closed: fixed)
Create a simple 1:1 SpectraDetectorMap implementation
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
This implementation will not need to store the whole map, it will just need to know the start and end spectra/IDs.
Change History
comment:5 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Martyn Gigg
- Status changed from verify to reopened
- Resolution fixed deleted
comment:7 Changed 9 years ago by Martyn Gigg
(In [12257]) Have a default 1:1, starting at 1, correspondence created by the spectra axis. Update the default 1:1 that is created with the MatrixWorkspace::init method so that it also starts at 1. This removes the need for most tests that care about it to bother creating their own spectra map and axis. Refs #3067
comment:10 Changed 9 years ago by Martyn Gigg
comment:12 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:13 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:15 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3914
Note: See
TracTickets for help on using
tickets.
(In [11990]) Create a simple 1:1 implementation of a spectra-detector map. Also the specid_t and detid_t types have been moved to their own header so that unnecessary dependencies can be removed, i.e. changing ISpectraDetectorMap now only recompiles 3 files in Geometry not nearly all of them. Re #3067