mantidproject / vesuvio

Source code for Vesuvio analysis algorithms
0 stars 1 forks source link

Change implementation of VesuvioCalculateGammaBackground #75

Closed GuiMacielPereira closed 2 months ago

GuiMacielPereira commented 11 months ago

Problem Older version of code iterated over each spectrum individually to perform the gamma background correction.

Solution Due to a recent bug fix, we can use the same function to operate on the entire workspace, avoiding a for loop.