Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Aug 30, 2024
1 parent c4b846d commit 91a4e81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mvesuvio/analysis_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ def create_gamma_workspaces(self):

profiles = self.calcGammaCorrectionProfiles(self._mean_widths, self._mean_intensity_ratios)

# Approach below not currently suitable for current versions of Mantid, but will be in the future
background, corrected = VesuvioCalculateGammaBackground(InputWorkspace=inputWS, ComptonFunction=profiles)
DeleteWorkspace(corrected)
RenameWorkspace(InputWorkspace= background, OutputWorkspace = inputWS + "_Gamma_Background")
Expand Down

0 comments on commit 91a4e81

Please sign in to comment.