Pause EZview work for now
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
global Expaa
|
||||
global Expbb
|
||||
global expType
|
||||
global usrExpJobsDir
|
||||
global scansDir
|
||||
global zonePB
|
||||
|
||||
w=pwd;
|
||||
@@ -90,7 +90,7 @@ if expType==1
|
||||
|
||||
% Return without execution if user cancels or doesn't select a .mat file
|
||||
try
|
||||
if openExpfile==0 || scansDir==0
|
||||
if matFile==0 || scansDir==0
|
||||
return
|
||||
end
|
||||
catch
|
||||
@@ -100,14 +100,11 @@ if expType==1
|
||||
orfLstSel=get(handles.GeneOrfTog,'value')
|
||||
end
|
||||
|
||||
|
||||
Exp(expN).Dexp(1).srtGnLst={('CheckMP/MPDMfile')};
|
||||
Exp(expN).Dexp(1).srtOrfLst={('CheckMP/MPDMfile')};
|
||||
set(handles.listboxGnOrf,'value',1) %Fix accomodation for bug in App Designer .. .wlapp converter 230906
|
||||
set(handles.listboxGnOrf,'string',cellstr([{'Failed To Load'}; {' '}]));
|
||||
|
||||
ExpOutmat=fullfile(scansDir,openExpfile);
|
||||
load(ExpOutmat);
|
||||
load(matFile);
|
||||
cd(scansDir)
|
||||
cd ..;
|
||||
resDir=pwd;
|
||||
@@ -137,7 +134,6 @@ if expType==1
|
||||
load(fullfile(resDir,'Fotos','BGatTpts'))
|
||||
load(fullfile(resDir,'PTmats','NImParameters'))
|
||||
%Backup for cond. sothat failure to load is recovered back prev. ExpJob data
|
||||
%test in temp
|
||||
|
||||
Exp(expN).Dexp(1).temp.DM=DM;
|
||||
Exp(expN).Dexp(1).temp.MP=MP;
|
||||
|
||||
Reference in New Issue
Block a user