Skip to content

Commit

Permalink
Minor changes. This refs #4303
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 26, 2012
1 parent 7d670fd commit 868c6ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def PyExec(self):
# Q binning for output distribution
q_min = self.getProperty("QMin")
q_step = self.getProperty("QStep")
print 'q_step'

#dimension of the detector (256 by 304 pixels)
maxX = 304
Expand Down Expand Up @@ -447,8 +446,9 @@ def PyExec(self):

# this is where we need to apply the scaling factor
print '-> Apply SF'
ws_data_scaled = wks_utility.applySF(ws_data,
slitsValuePrecision)
# ws_data_scaled = wks_utility.applySF(ws_data,
# slitsValuePrecision)
ws_data_scaled = ws_data

if dMD is not None and theta is not None:

Expand Down

0 comments on commit 868c6ef

Please sign in to comment.