Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
Kwok-shing Chan committed Oct 11, 2022
1 parent 65bef47 commit f5a7423
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@
[h.Analysis.segmentation.AHEAD.text.outputDir,...
h.Analysis.segmentation.AHEAD.edit.outputDir,...
h.Analysis.segmentation.AHEAD.button.outputDir] = sepia_construct_text_edit_button(panelParent,...
'Ourpur directory:',pwd,open_icon,pos,wratio);
'Ourput directory:',pwd,open_icon,pos,wratio);
% correct bias field option
pos = [left(1) bottom(14) width height];
h.Analysis.segmentation.AHEAD.checkbox.biasCorr = uicontrol('Parent',panelParent,'backgroundcolor',get(h.fig,'color'),'Style','checkbox','units','normalized',...
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@
[h.Analysis.segmentation.CIT168RL.text.outputDir,...
h.Analysis.segmentation.CIT168RL.edit.outputDir,...
h.Analysis.segmentation.CIT168RL.button.outputDir] = sepia_construct_text_edit_button(panelParent,...
'Ourpur directory:',pwd,open_icon,pos,wratio);
'Ourput directory:',pwd,open_icon,pos,wratio);
% correct bias field option
pos = [left(1) bottom(13) width height];
h.Analysis.segmentation.CIT168RL.checkbox.biasCorr = uicontrol('Parent',panelParent,'backgroundcolor',get(h.fig,'color'),'Style','checkbox','units','normalized',...
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@
[h.Analysis.segmentation.MuSus100.text.outputDir,...
h.Analysis.segmentation.MuSus100.edit.outputDir,...
h.Analysis.segmentation.MuSus100.button.outputDir] = sepia_construct_text_edit_button(panelParent,...
'Ourpur directory:',pwd,open_icon,pos,wratio);
'Ourput directory:',pwd,open_icon,pos,wratio);
% correct bias field option
pos = [left(1) bottom(14) width height];
h.Analysis.segmentation.MuSus100.checkbox.biasCorr = uicontrol('Parent',panelParent,'backgroundcolor',get(h.fig,'color'),'Style','checkbox','units','normalized',...

0 comments on commit f5a7423

Please sign in to comment.