EASY passing linter checks
This commit is contained in:
@@ -40,7 +40,7 @@ function [p4L2, TmpexpScanIntens3,TmpFexpScanSpots3,TmpFexpScanBMtp3,TmpanlZoneR
|
||||
fFail=((fullfile(printResultsDir,'ImageFileReadFailure.txt')));
|
||||
fid=fopen(fFail,'a'); %create,open and append
|
||||
% fprintf(fid,'%s \n',char(tifFile))
|
||||
fclose(fid)
|
||||
fclose(fid);
|
||||
nndx=nndx-1;
|
||||
swCatch=1;
|
||||
rep=getReport(ME, 'basic');
|
||||
@@ -158,8 +158,8 @@ function [p4L2, TmpexpScanIntens3,TmpFexpScanSpots3,TmpFexpScanBMtp3,TmpanlZoneR
|
||||
end
|
||||
locIndx=0;
|
||||
Ag=zeros(1,384);
|
||||
for m=1:16 %N code change from 16 %Vert back to 16
|
||||
for n=1:24 %Ncode change from 24 %Vert back to 24
|
||||
for m=1:16 % Ncode change from 16 %Vert back to 16
|
||||
for n=1:24 % Ncode change from 24 %Vert back to 24
|
||||
growthArea=max(grArea(n,m,:,1));
|
||||
if SWprint==1
|
||||
fprintf(fid,'%3.f\n',growthArea);
|
||||
@@ -294,7 +294,7 @@ function [p4L2, TmpexpScanIntens3,TmpFexpScanSpots3,TmpFexpScanBMtp3,TmpanlZoneR
|
||||
p4L1{16}=selScan;
|
||||
|
||||
p4L1{17}=cirPixA;
|
||||
p4L1{18}=datestr((now),31);
|
||||
p4L1{18}=datestr((now),31); % TODO this seems bad
|
||||
|
||||
p4L2=p4L1;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user