Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In GroupDetectors don't ignore dublicate Spectra IDs when reading mapfile #3222

Closed
Anders-Markvardsen opened this issue Feb 9, 2011 · 2 comments
Assignees
Milestone

Comments

@Anders-Markvardsen
Copy link
Member

In GroupDetectors don't ignore dublicate Spectra IDs when reading mapfile. For instance currently:

<detector-grouping description="">
<group name="1">
<ids val="1-2"/>
</group>
<group name="2">
<ids val="1-5"/>
</group>
<default name="2"/>
</detector-grouping>

creates two histogram: one the sum of spectra 1-2 the other the sum of 3-5. Chance this so dublicate spectra numbers aren't ignored and for the above example this means two histograms one sum of 1-2 the other sum of 1-5.

@Anders-Markvardsen
Copy link
Member Author

This issue was originally trac ticket 2375

@Anders-Markvardsen
Copy link
Member Author

http://trac.mantidproject.org/mantid/raw-attachment/ticket/2375/ticket2375.py
(uploaded by Michael Whitty on 2011-02-16T11:33:44)


http://trac.mantidproject.org/mantid/raw-attachment/ticket/2375/grpA.map
(uploaded by Michael Whitty on 2011-02-16T11:33:59)


http://trac.mantidproject.org/mantid/raw-attachment/ticket/2375/grpB.map
(uploaded by Michael Whitty on 2011-02-16T11:34:08)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant