Skip to content

Commit

Permalink
refs #9201 dgreduce reports default vanadium mass.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 19, 2014
1 parent 6736519 commit 0b3e0e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/scripts/Inelastic/dgreduce.py
Expand Up @@ -217,8 +217,11 @@ def arb_units(wb_run,sample_run,ei_guess,rebin,map_file='default',monovan_run=No
val = getattr(Reducer,key);
Reducer.log(" Value of : {0:<25} is set to : {1:<20} ".format(key,val))


save_dir = config.getString('defaultsave.directory')
Reducer.log("****************************************************************");
if monovan_run != None and not('van_mass' in changed_Keys or 'vanadium-mass' in changed_Keys) :
Reducer.log("*** Monochromatic vanadium mass used : {0} ".format(Reducer.van_mass))
Reducer.log("*** By default results are saved into: {0}".format(save_dir));
Reducer.log("****************************************************************");
#do we run absolute units normalization and need to warn users if the parameters needed for that have not changed from defaults
Expand Down

0 comments on commit 0b3e0e3

Please sign in to comment.