mantidproject / mslice

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

864 fix intensity change crash #865

Closed MialLewis closed 1 year ago

MialLewis commented 1 year ago

Description of work: Fix PR fixes a bug where a second symmetrised intensity correction performed (which only happens when you have an interactive cut open) would overwrite the underlying slice due to CloneWorkspace.

The algorithm has been rewritten to make use of mslice workspace specific binary operations, more inline with the other intensity correction algs.

To test:

  1. Follow instructions in issue.
  2. Test with PSD dataset

Fixes #864