@@ -103,7 +103,7 @@ class UnaryMaths(MathsCommand):
103103
104104 Interface to use any unary mathematical operations that can be performed
105105 with the seg_maths command-line program. See below for those operations::
106-
106+
107107 -sqrt Square root of the image.
108108 -exp Exponential root of the image.
109109 -log Log of the image.
@@ -134,7 +134,7 @@ class UnaryMaths(MathsCommand):
134134 -4to5 Flip the 4th and 5th dimension.
135135 -range Reset the image range to the min max
136136
137- `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
137+ `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
138138 `Documentation <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg_documentation>`_
139139
140140 Examples
@@ -217,7 +217,7 @@ class BinaryMaths(MathsCommand):
217217
218218 Interface to use any binary mathematical operations that can be performed
219219 with the seg_maths command-line program. See below for those operations::
220-
220+
221221 -mul <float/file> Multiply image <float> value or by other image.
222222 -div <float/file> Divide image by <float> or by other image.
223223 -add <float/file> Add image by <float> or by other image.
@@ -249,7 +249,7 @@ class BinaryMaths(MathsCommand):
249249 -splitinter <x/y/z> Split interleaved slices in direction <x/y/z>
250250 into separate time points
251251
252- `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
252+ `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
253253 `Documentation <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg_documentation>`_
254254
255255 Examples
@@ -349,7 +349,7 @@ class BinaryMathsInteger(MathsCommand):
349349
350350 Interface to use any integer mathematical operations that can be performed
351351 with the seg_maths command-line program. See below for those operations::
352-
352+
353353 (requiring integer values)
354354 -equal <int> Get voxels equal to <int>
355355 -dil <int> Dilate the image <int> times (in voxels).
@@ -359,7 +359,7 @@ class BinaryMathsInteger(MathsCommand):
359359 -pad <int> Pad <int> voxels with NaN value around each 3D
360360 volume.
361361
362- `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
362+ `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
363363 `Documentation <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg_documentation>`_
364364
365365 Examples
@@ -437,15 +437,15 @@ class TupleMaths(MathsCommand):
437437
438438 Interface to use any tuple mathematical operations that can be performed
439439 with the seg_maths command-line program. See below for those operations::
440-
440+
441441 -lncc <file> <std> Local CC between current img and <file>
442442 on a kernel with <std>
443443 -lssd <file> <std> Local SSD between current img and <file>
444444 on a kernel with <std>
445445 -lltsnorm <file_norm> <float> Linear LTS normalisation assuming
446446 <float> percent outliers
447447
448- `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
448+ `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
449449 `Documentation <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg_documentation>`_
450450
451451 Examples
@@ -505,11 +505,11 @@ class Merge(MathsCommand):
505505
506506 Interface to use the merge operation that can be performed
507507 with the seg_maths command-line program. See below for this option::
508-
508+
509509 -merge <i> <d> <files> Merge <i> images and the working image in the
510510 <d> dimension
511511
512- `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
512+ `Source code <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg>`_ |
513513 `Documentation <http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftySeg_documentation>`_
514514
515515 Examples
0 commit comments