Skip to content
Snippets Groups Projects
ORNL_SANS.py 288 B
Newer Older
"""
    Script used to start the HFIR SANS reduction gui from Mantidplot
"""
from Interface.reduction_application import ReductionGUI
from PyQt4 import QtCore, uic

reducer = ReductionGUI(instrument_list=["BIOSANS", "GPSANS", "EQSANS"])
reducer.setup_layout(load_last=True)