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

Create IgnorePartialOverlaps interface option and pass to the Cut algorithm #901

Closed
wants to merge 7 commits into from

Conversation

robertapplin
Copy link
Contributor

Description of work:
This PR creates an IgnorePartialOverlaps check box on the Cut interface, and its value gets passed through to the Cut algorithm. The ability to provide a IgnorePartialOverlaps option via the command line is also available.

It is not yet possible to provide this option for an interactive cut. This functionality will be added in a later PR. Remind me to create an issue for this.

This PR is currently waiting on a PR in the main mantid repo to be finished and merged.

To test:
When switching between the Rebin and Integration algorithms, check that IgnorePartialOverlaps is default off for Rebin and default on for Integration.

Fixes #835

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

Successfully merging this pull request may close these issues.

Cut algorithm "Integration" not correct where there is no detector coverage
1 participant