I’ve written a script for data analysis that does what I need, but the data reduction step outputs files into whatever directory I was last using in the GUI unless I remember to change the default save directory. Is there a way of changing the default directory from a script?
I’ve found that I need to change the Mantid.User.Properties file as in this link:
http://docs.mantidproject.org/nightly/concepts/PropertiesFile.html
but this suggests restarting mantid is then needed. I know this can be done without restarting in the gui. Is it possible to script?