EASY passing linter checks

This commit is contained in:
2024-07-27 12:09:09 -04:00
parent d77711acb7
commit 78d5e26d71
10 changed files with 810 additions and 772 deletions

View File

@@ -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