Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Nov 15, 2024
1 parent 0a523c8 commit 2b23348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mvesuvio/analysis_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,9 @@ def _neutron_compton_profiles(self, pars):
* 0.72
)
scaling_factor = intensities * E0 * E0 ** (-0.92) * masses / deltaQ
JoY *= scaling_factor
JOfY *= scaling_factor
FSE *= scaling_factor
return JoY+FSE, FSE
return JOfY+FSE, FSE


def caculateResolutionForEachMass(self, centers):
Expand Down

0 comments on commit 2b23348

Please sign in to comment.