From b666a35455614bde8edb2f0bd7e89eccf0277e8e Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Tue, 23 Jul 2024 11:00:11 -0400 Subject: [PATCH] EASY rewrite --- workflow/script-run-workflow | 2 +- workflow/templates/easy/EASYconsole.m | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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)