Skip to content

Commit

Permalink
Correcting some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGaser committed Dec 31, 2024
1 parent a46de02 commit 0d72b42
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cat_long_createTPM.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% job
% .files .. cellstr of input files of the GM segment p1*.nii
% .fstrength .. main control paramter
% .fstrength .. main control parameter
% 0 = use original parameters
% 1 = hard settings for small variations (plasticity)
% 2 = medium settings for avg variations (aging)
Expand All @@ -33,7 +33,7 @@
% (default: [ 0.30 0.25 0.20 0.15 0.10 ]);
% .scsize .. filter size factor of different classes
% (default: [ 1 1 1 2 2 2 ]);
% .smoothness .. main filter paramter
% .smoothness .. main filter parameter
% (default=1,range 1=accurate to 8=soft)
% .median .. use median filter (default=1)
% .sanlm .. use sanlm filter (default=0);
Expand Down
2 changes: 1 addition & 1 deletion cat_surf_createCS.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
opt.SRP = 0;
end

% surface evaluation paramter
% surface evaluation parameter
res = struct('euler_characteristic',nan,'defect_size',nan,'lh',struct(),'rh',struct());

%#ok<*AGROW>
Expand Down
2 changes: 1 addition & 1 deletion cat_surf_parameters.m
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@

if job.area
%% local surface area by nearest neighbor approach (see Winkler 2012, 2017)
% As far as cat_surf_paramters characterize the original surface
% As far as cat_surf_parameters characterize the original surface
% her only the simple surface area is esimated an mapped to all
% connected vertices (simply divided by 3 that describes the COM
% alingment but the alignments by the voronoi / outer-circle
Expand Down
2 changes: 1 addition & 1 deletion cat_surf_renderv.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% opt .. render parameter
% .mat .. orientation matrix (e.g. for rigid registration)
% .view .. render view = ['l'|'r'|'t'|'d'|'f'|b'] (default 'l')
% .interp .. resolution paramter (default 1.4)
% .interp .. resolution parameter (default 1.4)
% (higer = more pixel but slower)
% .bd .. image boundary (default 0.5)
% .h .. figure/axis handle
Expand Down
2 changes: 1 addition & 1 deletion cat_vol_set_com.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%
% Only if no input is defined the function is called interactively and the
% estimated transformation is applied to the images. Otherwise, only the
% Affine paramter is returned.
% Affine parameter is returned.
% ______________________________________________________________________
%
% Christian Gaser, Robert Dahnke
Expand Down
2 changes: 1 addition & 1 deletion cat_vol_simgrow.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% DIST (3D single) .. distance map from region-growing
% ALAB (3D single) .. input label map
% SEG (3D single) .. input tissue map
% d (1x1 double) .. growing treshhold paramter (max local gradient)
% d (1x1 double) .. growing treshhold parameter (max local gradient)
% in SEG
% dims (1x3 double) .. voxel dimensions (default [1,1,1])
% dd (1x2 double) .. general growing limits in SEG
Expand Down

0 comments on commit 0d72b42

Please sign in to comment.