Skip to content

Commit bad5019

Browse files
committed
some reformatting to body contour generator
1 parent bc305fb commit bad5019

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

matRad/util/matRad_generateBodyContour.m

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
%
1616
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1717
%
18-
% Copyright 2018 the matRad development team.
18+
% Copyright 2024 the matRad development team.
1919
%
2020
% This file is part of the matRad project. It is subject to the license
2121
% terms in the LICENSE file found in the top-level directory of this
22-
% distribution and at https://github.com/e0404/matRad/LICENSES.txt. No part
22+
% distribution and at https://github.com/e0404/matRad/LICENSE.md. No part
2323
% of the matRad project, including this file, may be copied, modified,
2424
% propagated, or distributed except according to the terms contained in the
2525
% LICENSE file.
@@ -34,7 +34,7 @@
3434
matRad_cfg.dispError('Image processing toolbox / packages not available!');
3535
end
3636

37-
if nargin<3
37+
if nargin < 3
3838
thresholdHU = -500;
3939
end
4040
% visualize Histogram
@@ -49,7 +49,6 @@
4949
% Thresholding on HU
5050
mask = zeros(ct.cubeDim);
5151
mask(ct.cubeHU{1}>thresholdHU) = 1;
52-
list = find(mask);
5352
filledIm= imfill(mask);
5453

5554
% Write to cst

0 commit comments

Comments
 (0)