Pause EZview work for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user