|
|
|
@ -12,7 +12,6 @@ PsychDefaultSetup(2);
@@ -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
@@ -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); |
|
|
|
|
pix = pix/1001; |
|
|
|
|
maxLum = 20; %cd/m^2 |
|
|
|
|