Newer
Older
"""
Script used to start the REFL reduction gui from Mantidplot
"""
from reduction_application import ReductionGUI
reducer = ReductionGUI(instrument="REFM", instrument_list=["REFM"])
if reducer.setup_layout(load_last=True):