Ticket #53 (closed: fixed)
Implement a Mapping table in the Geometry to allow grouping of detectors to spectra
Reported by: | Nick Draper | Owned by: | Laurent Chapon |
---|---|---|---|
Priority: | blocker | Milestone: | Iteration 9 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
Use a mapping table to allow algorithms to select which dectectors contribute to a spectra. This should allow
- 1-1
- 1-many
- many dectectors to many sectra
We need the detector groupd returned from a call to be able to support the same geometry operations (length angles etc).
Change History
comment:2 Changed 13 years ago by Nick Draper
- Description modified (diff)
- Milestone changed from Iteration 3 to Iteration 4
moved to iteration 4
comment:4 Changed 13 years ago by Nick Draper
- Owner Laurent Chapon deleted
- Milestone changed from Iteration 5 to Iteration 6
comment:8 Changed 12 years ago by Russell Taylor
- Status changed from new to closed
- Resolution set to fixed
comment:9 Changed 12 years ago by Nick Draper
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from Iteration 7 to Iteration 8
comment:10 Changed 12 years ago by Nick Draper
- Status changed from reopened to new
- Owner changed from Russell Taylor to Laurent Chapon
- Description modified (diff)
comment:11 Changed 12 years ago by Freddie Akeroyd
comment:12 Changed 12 years ago by Laurent Chapon
comment:13 Changed 12 years ago by Laurent Chapon
comment:14 Changed 12 years ago by Laurent Chapon
comment:15 Changed 12 years ago by Matt Clarke
comment:16 Changed 12 years ago by Matt Clarke
comment:17 Changed 12 years ago by Laurent Chapon
comment:18 Changed 12 years ago by Laurent Chapon
comment:19 Changed 12 years ago by Nick Draper
comment:20 Changed 12 years ago by Nick Draper
comment:21 Changed 12 years ago by Laurent Chapon
comment:22 Changed 12 years ago by Nick Draper
comment:23 Changed 12 years ago by Laurent Chapon
comment:24 Changed 12 years ago by Laurent Chapon
comment:25 Changed 12 years ago by Laurent Chapon
comment:26 Changed 12 years ago by Nick Draper
Just the unit test to complete
comment:27 Changed 12 years ago by Nick Draper
- Priority changed from major to blocker
- Milestone changed from Iteration 8 to Iteration 9
comment:28 Changed 12 years ago by Laurent Chapon
comment:29 Changed 12 years ago by Laurent Chapon
comment:30 Changed 12 years ago by Laurent Chapon
comment:31 Changed 12 years ago by Laurent Chapon
comment:32 Changed 12 years ago by Laurent Chapon
Updated LoadRaw algorithm to read the SpectraDetectorMap. This is implemented as a sub-algorithm calling the LoadMappingTable. There is a slight penalty in doing that since the raw file is open another time but it is minimal compared to the time it takes to read data. The test LoadRawTest has been modified accordingly but there is currently a problem in the HET_definition.xml which does not contain all the individual pixel geometric information. New code in the LoadRawtest.h file is working (test with reading instrument from raw file instead of xml) but has been commented out for the moment.
comment:33 Changed 12 years ago by Russell Taylor
comment:34 Changed 12 years ago by Russell Taylor
comment:35 Changed 12 years ago by Nick Draper
comment:36 Changed 12 years ago by Nick Draper
- Status changed from new to closed
- Resolution set to fixed
comment:37 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 901