Skip to content

Commit

Permalink
a minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andypotatohy committed May 21, 2024
1 parent 4fe252f commit 165c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reviewRes.m
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function reviewRes(subj,simTag,tissue,fastRender,tarTag)
nan_mask(find(mask)) = 1;

cm = colormap(jet(2^11)); cm = [1 1 1;cm];
if strcmp(tissue,'white') | strcmp(tissue,'gray') | strcmp(tissue,'brain')
if strcmp(tissue,'white') || strcmp(tissue,'gray') || strcmp(tissue,'brain')
bbox = brainCrop(subjRasRSPDSeg);
pos = round(mean(bbox));
else
Expand Down

0 comments on commit 165c21a

Please sign in to comment.