Browse Source

Didn't need main directory link. Assuming this is run from the main directory. -MT

master
mike 5 years ago
parent
commit
83dd0f503c
  1. 3
      002 After Image GUI Project/ContMatch_session.m

3
002 After Image GUI Project/ContMatch_session.m

@ -12,7 +12,6 @@ PsychDefaultSetup(2);
a = cd; a = cd;
theDate = fix(clock); theDate = fix(clock);
mainDir = '/Users/mike/Documents/AfterImage/002 After Image GUI Project';
locOutDir = ['/Users/mike/Documents/AfterimageOutputs/']; locOutDir = ['/Users/mike/Documents/AfterimageOutputs/'];
saveFile = sprintf('%s%s_ContMatch.mat', locOutDir, subName); saveFile = sprintf('%s%s_ContMatch.mat', locOutDir, subName);
@ -56,7 +55,7 @@ end
%% %%
%cd(a); % return to folder where the program is %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'); % 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);
fprintf('\nLast calibration was %s\n', describe.date); fprintf('\nLast calibration was %s\n', describe.date);
pix = pix/1001; pix = pix/1001;

Loading…
Cancel
Save