Skip to content

Commit

Permalink
Refs #8820 Remove redundant code from MSG reducer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Feb 24, 2014
1 parent 9f86344 commit 6edca7b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Code/Mantid/scripts/Inelastic/msg_reducer.py
Expand Up @@ -62,21 +62,6 @@ def pre_process(self):
self._data_files = loadData.get_ws_list()

self._setup_steps()

def create_info_table(self):
"""Sets the names of properties retrieve from the log when creating
an info table.
"""

inst_name = config.getInstrument().name()
inst = mtd["__empty_" + inst_name].getInstrument()
props = inst.getStringParameter('Workflow.InfoTable')

if props:
self._info_table_props = props
else:
logger.error("Instrument does not have Workflow.InfoTable " +
"defined in its parameter file. Unable to create info table for runs.")

def set_detector_range(self, start, end):
"""Sets the start and end detector points for the reduction process.
Expand Down

0 comments on commit 6edca7b

Please sign in to comment.