From 83dd0f503c5f90c1271e55143ba643a8d7d088e1 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 3 Aug 2020 14:45:46 -0500 Subject: [PATCH] Didn't need main directory link. Assuming this is run from the main directory. -MT --- 002 After Image GUI Project/ContMatch_session.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/002 After Image GUI Project/ContMatch_session.m b/002 After Image GUI Project/ContMatch_session.m index 4487c0f..149b188 100644 --- a/002 After Image GUI Project/ContMatch_session.m +++ b/002 After Image GUI Project/ContMatch_session.m @@ -12,7 +12,6 @@ PsychDefaultSetup(2); a = cd; theDate = fix(clock); -mainDir = '/Users/mike/Documents/AfterImage/002 After Image GUI Project'; locOutDir = ['/Users/mike/Documents/AfterimageOutputs/']; saveFile = sprintf('%s%s_ContMatch.mat', locOutDir, subName); @@ -56,7 +55,7 @@ end %% %cd(a); % return to folder where the program is % Calib_Dire = cd('/Users/clemente/Dropbox/Luminotecnia/2017/Chicago Lab files/2 Experiments/Color AfterImage_Exp_Room_150/2nd/1 Programs/001 After Image GUI Project'); -load([mainDir,'/colorCalFile1.mat']); +load('/colorCalFile1.mat'); fprintf('\nLast calibration was %s\n', describe.date); fprintf('\nLast calibration was %s\n', describe.date); pix = pix/1001;