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

LoadEventNexus bug for instruments with detectors missing from IDF #8369

Closed
mantid-builder opened this issue Jul 25, 2013 · 1 comment
Closed
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Russell Taylor

This ticket is blocks : TRAC7489

Load a BASIS file and you will observe an anomalously high number of events in the first event list/workspace index. What is happening is that the BASIS IDF has gaps in the sequence of detector ids, yet those detectors appear to not only physically exist but to sometimes have events in them. Because of some unfortunate choices for default values within the code, these events are ending up being put in workspace index 0 instead of being discarded.

This is also the reason that we are having failures with loading a BASIS file when a mutex for the event lists is missing (see http://trac.mantidproject.org/mantid/ticket/7489) - multiple threads are ending up holding references to the first event list when it should only be possible for one to operate on it.

@mantid-builder mantid-builder added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 2.6 milestone Jun 3, 2015
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 7524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant