Reorganize EASY module

This commit is contained in:
2024-07-31 22:37:23 -04:00
parent 0fe61b1db7
commit 54f375face
2 changed files with 31 additions and 32 deletions

View File

@@ -273,7 +273,7 @@ function NewExpDat_Callback(~, ~, ~)
questdlg('\fontsize{20} NAME the file and NAVIGATE to the directory with the image folders.','File Creation','OK', struct('Default','OK','Interpreter','tex'));
[inputFile,inputPath]=uiputfile('.mat');
inputFileName=strrep(inputFile,'.mat','');
easyResultsDirName=strcat('Results_',todayStr,'_',userName,'_',inputFileName);
% easyResultsDirName=strcat('Results_',todayStr,'_',userName,'_',inputFileName);
% Set paths
scansDir=fullfile(inputPath);