mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 2 forks source link

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

Closed robertapplin closed 1 year ago

robertapplin commented 1 year ago

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