Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
raacampbell committed Nov 29, 2023
2 parents 4586a66 + 533dacf commit ba68071
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/+stitchit/+tileload/illuminationCorrector.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@


% Optionally correct the illumination offset to avoid negative numbers in the final image
%if userConfig.tile.doOffsetSubtraction
if true
if userConfig.tile.doOffsetSubtraction
m = stitchit.tools.getOffset(coords);
else
m = 0;
Expand Down

0 comments on commit ba68071

Please sign in to comment.