Skip to content
Snippets Groups Projects
Commit 49f46bf8 authored by Steve Williams's avatar Steve Williams
Browse files

Fix problem running on RHEL6 re #3053

parent 35241665
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import reduction.instruments.sans.sans_reduction_steps as sans_reduction_steps ...@@ -3,7 +3,7 @@ import reduction.instruments.sans.sans_reduction_steps as sans_reduction_steps
from mantidsimple import * from mantidsimple import *
import SANSUtility import SANSUtility
class CentreFinder(): class CentreFinder(object):
""" """
Aids estimating the effective centre of the particle beam by calculating Q in four Aids estimating the effective centre of the particle beam by calculating Q in four
quadrants and using the asymmetry to calculate the direction to the beam centre. A quadrants and using the asymmetry to calculate the direction to the beam centre. A
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment