diff --git a/workflow/script-run-workflow b/workflow/script-run-workflow index 2bf4013b..26177369 100755 --- a/workflow/script-run-workflow +++ b/workflow/script-run-workflow @@ -439,7 +439,7 @@ easy() { cat <<-EOF To analyze a new Q-HTCP experiment: * Open the EASY Software. - * Open 'EstartConsole.m' with MATLAB + * Open 'EASYConsole.m' with MATLAB * Click the Run icon (play button) * When prompted, click "Change Folder" (do not select "Add to Path"). * In the pop-up display, select from the 'File' dropdown: 'New Experiment'. diff --git a/workflow/templates/easy/EASYconsole.m b/workflow/templates/easy/EASYconsole.m index bf3d1208..34fe8667 100755 --- a/workflow/templates/easy/EASYconsole.m +++ b/workflow/templates/easy/EASYconsole.m @@ -284,9 +284,6 @@ function LoadDatFile_Callback(~, ~, ~) mkdir(fullfile(resDir,'Fotos')); end - catch - returnHome - end clear scan if exist('resDir','var')&&~isempty(resDir)