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

LoadISISNexus does not process Periods #6394

Closed
OwenArnold opened this issue Jun 27, 2012 · 1 comment
Closed

LoadISISNexus does not process Periods #6394

OwenArnold opened this issue Jun 27, 2012 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@OwenArnold
Copy link
Contributor

The ISIS nexus loader hard-codes a single period log entry for each workspace-period. It is therefore not possible to apply any filtering on log values on multiperiod data loaded via this format.

To reproduce, load a multi-period isis nexus file and try to run something like the following:

ws = the second workspace in the group corresponding to period 2.

run = ws.getRun()

period_log =run.getLogData('period 2')

see the LoadLogs method in LoadISISNexus2.cpp, since the period is not provided, it uses the default argument of 1.

@OwenArnold
Copy link
Contributor Author

This issue was originally trac ticket 5548

@OwenArnold OwenArnold added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@OwenArnold OwenArnold self-assigned this Jun 3, 2015
@OwenArnold OwenArnold added this to the Release 2.2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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