Skip to content

Commit

Permalink
Refs #4593 - Change to rebinning done before save to aclimax file.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Feb 2, 2012
1 parent 2880712 commit e97bb28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ def execute(self, reducer, file_ws):
DeleteWorkspace("__save_item_temp")
elif format == 'aclimax':
if (self._save_to_cm_1 == False):
bins = '-2.5, 0.01, 3, -0.005, 500' #meV
bins = '3, -0.005, 500' #meV
else:
bins = '24, -0.005, 4000' #cm-1
Rebin(file_ws, file_ws + '_aclimax_save_temp', bins)
Expand Down

0 comments on commit e97bb28

Please sign in to comment.