Pause EZview work for now

This commit is contained in:
2024-07-31 14:23:14 -04:00
parent 019fb07f79
commit d69ac75fa0
7 changed files with 232 additions and 27 deletions

View File

@@ -1,9 +1,10 @@
%EZvInitLoad
% EZvInitLoad
global Exp
global Expaa
global Expbb
global userPars
global usrExpJobsDir
global scansDir
global matFile
global zonePB
global mpdmFile
global ghandles
@@ -147,7 +148,7 @@ try
% directory in the uigetfile to load the experiment .mat file.
try
[openExpfile,scansDir]=uigetfile('.mat','Open Experiment folder and data storage .mat file name','MultiSelect','off')
[matFile,scansDir]=uigetfile('.mat','Open Experiment folder and data storage .mat file name','MultiSelect','off')
load (fullfile(Exp(1).Dexp(1).ExpFoldr,'MasterPlateFiles','MPDMmat.mat'))
for i=1:numExps
Exp(i).Dexp(1).DM=DM;
@@ -804,13 +805,9 @@ catch ME %Outer loop try around entire code subroutine
Exp(1).Dexp(1).srtOrfLst=cellstr([{'Failed To Load'}; {' '}]);
Exp(2).Dexp(1).srtOrfLst=cellstr([{'Failed To Load'}; {' '}]);
Exp(3).Dexp(1).srtOrfLst=cellstr([{'Failed To Load'}; {' '}]);
%[openExpfile,scansDir]
if ~contains(openExpfile,'.mat')
cd(scansDir)
cd '..'
ExpPath=pwd;
cd(w)
ExpOutImFile=fullfile(scansDir,openExpfile);
if ~contains(matFile,'.mat')
ExpOutImFile=fullfile(matFile);
EZvImagesOnly
end
end