Script execution

This commit is contained in:
gac-x04sa
2019-08-21 10:23:25 +02:00
parent c6d69d616e
commit 9e2ba0ffb9

View File

@@ -184,7 +184,7 @@ def set_user_env(user, exp, path="/X04SA/data/x04sa/ES3/expdata"):
set_setting(USER_NAME_PREFERENCE, user)
set_setting(USER_EXP_PREFERENCE, exp)
set_setting(DATA_ROOT_PREFERENCE, path)
set_data_path(path + "/" +user + "/" +experiment)
set_data_path(path + "/" +user + "/" +exp)
pixel.set_path(path, user + "/" +exp + "/images")
def get_user_env():