Skip to content

Commit

Permalink
Refs #11116 - Removed code not intended for autoreduction server.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbush committed Feb 18, 2015
1 parent bb63a0e commit dda4dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/scripts/test/MerlinAccumulateMDReduction.py
Expand Up @@ -230,7 +230,8 @@ def reduce(input_file, output_dir):
# Merlin data starts in the format: 'MERXXXXX.raw', where XXXXXX is the run number
file_run_number = int(input_filename.split('MER')[1].split('.')[0])

config.setDataSearchDirs('{0};{1};{2}'.format(input_path,output_dir,maps_dir))
### Only required for running locally ###
#config.setDataSearchDirs('{0};{1};{2}'.format(input_path,output_dir,maps_dir))
config['defaultsave.directory'] = output_dir.encode('ascii','replace') # folder to save resulting spe/nxspe files

rd = ReduceMERLIN(web_var)
Expand Down

0 comments on commit dda4dea

Please sign in to comment.