Ticket #295 (closed: fixed)
Accurate shape description backscattering banks
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 14 |
Component: | Keywords: | ||
Cc: | nick.draper@… | Blocked By: | |
Blocking: | Tester: |
Description
Describe the shape of the backscattering detector banks of HRPD and GEM using curved geometric objects (none box-shaped objects).
Change History
comment:3 Changed 12 years ago by Anders Markvardsen
(In [1638]) Added new IDF file for unit testing. This IDF (IDF_for_unit_testing2.xml) has defined a monitor shape equal to a cylinder ring (a simpler shape than the <slice-of-cylinder-ring> shape). The isValid() unit tests on this shape strongly indicates that it is a cylinder ring, however the picture you get with MantidPlot is something different. Refs #295.
comment:10 Changed 12 years ago by Anders Markvardsen
comment:11 Changed 12 years ago by Anders Markvardsen
comment:12 Changed 12 years ago by Anders Markvardsen
- Status changed from new to closed
- Resolution set to fixed
comment:13 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1143
Note: See
TracTickets for help on using
tickets.
(In [1612]) Added additional unit tests to test HRP_Defintion.xml to try to understand why the curved shape object generated by the XML tag <slice-of-cylinder-ring> does not show up correctly in the MantidPlot. These tests use the isValid() method and they indicate strongly that the shape generated by <slice-of-cylinder-ring> is what you would expect it to be. To further investigating this an additional testing Instrument Definition file, IDF_for_unit_testing2.xml, has been added. The unit tests on this xml file support the previous finding.... Refs #295.