Skip to content

Commit

Permalink
Refs #8571 wrong changes in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Dec 16, 2013
1 parent 58edeb1 commit 99e177d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Code/Mantid/scripts/Reflectometry/isis_reflectometry/quick.py
Expand Up @@ -143,11 +143,9 @@ def quick_explicit(run, i0_monitor_index, lambda_min, lambda_max, background_mi
_monInt = Integration(InputWorkspace=_I0P,RangeLower=int_min,RangeUpper=int_max)
IvsLam = Divide(LHSWorkspace=_detector_ws,RHSWorkspace=_monInt)
names = mtd.getObjectNames()

IvsLam = transCorr(trans, IvsLam)
IvsLam = transCorr(trans, IvsLam, lambda_min, lambda_max, background_min, background_max,
int_min, int_max, detector_index_ranges, i0_monitor_index)
RenameWorkspace(InputWorkspace=IvsLam, OutputWorkspace="IvsLam") # TODO: Hardcoded names are bad


# Convert to I vs Q
# check if detector in direct beam
if (theta == 0 or theta == ''):
Expand Down

0 comments on commit 99e177d

Please sign in to comment.