Skip to content

Commit

Permalink
Add the can scale factor to smaple logs
Browse files Browse the repository at this point in the history
Refs #10753
  • Loading branch information
DanNixon committed Mar 18, 2015
1 parent 32d5876 commit 3a887d3
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -82,6 +82,13 @@ def PyExec(self):
# Do simple subtraction
self._subtract()

# Record the container scale factor
if self._use_can and self._scale_can:
AddSampleLog(Workspace=self._output_ws_name,
LogName='apply_corr_can_scale_factor',
LogType='Number',
LogText=str(self._can_scale_factor))

self.setPropertyValue('OutputWorkspace', self._output_ws_name)


Expand Down

0 comments on commit 3a887d3

Please sign in to comment.