-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor tweaks to command documentation pages
Refinements to command documentation as discovered during the generation of 0cec87a as part of #2815. Here the changes to the command documentation has been separated from the changes relating to the disabling of clang-format for CLI-relevant code.
- Loading branch information
Showing
114 changed files
with
451 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ void usage() { | |
"magnitude-reconstructed MRI images. If available, including the MRI phase data can " | ||
"reduce such non-Gaussian biases, and the command now supports complex input data."; | ||
|
||
AUTHOR = "Daan Christiaens ([email protected]) & " | ||
"Jelle Veraart ([email protected]) & " | ||
AUTHOR = "Daan Christiaens ([email protected]) and " | ||
"Jelle Veraart ([email protected]) and " | ||
"J-Donald Tournier ([email protected])"; | ||
|
||
REFERENCES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,8 @@ using Fixel::index_type; | |
|
||
void usage() { | ||
|
||
AUTHOR = "Robert E. Smith ([email protected]) & David Raffelt ([email protected])"; | ||
AUTHOR = "Robert E. Smith ([email protected]) and " | ||
"David Raffelt ([email protected])"; | ||
|
||
SYNOPSIS = "Convert a fixel-based sparse-data image into an spherical harmonic image"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,8 @@ const char *operations[] = {"mean", | |
nullptr}; | ||
|
||
void usage() { | ||
AUTHOR = "Robert E. Smith ([email protected]) & David Raffelt ([email protected])"; | ||
AUTHOR = "Robert E. Smith ([email protected]) and " | ||
"David Raffelt ([email protected])"; | ||
|
||
SYNOPSIS = "Convert a fixel-based sparse-data image into some form of scalar image"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,8 @@ using namespace App; | |
using Fixel::index_type; | ||
|
||
void usage() { | ||
AUTHOR = "David Raffelt ([email protected]) & Rami Tabarra ([email protected])"; | ||
AUTHOR = "David Raffelt ([email protected]) and " | ||
"Rami Tabarra ([email protected])"; | ||
|
||
SYNOPSIS = "Crop/remove fixels from sparse fixel image using a binary fixel mask"; | ||
|
||
|
@@ -40,7 +41,7 @@ void usage() { | |
|
||
ARGUMENTS | ||
+Argument("input_fixel_directory", | ||
"input fixel directory, all data files and directions " | ||
"input fixel directory; all data files and directions " | ||
"file will be cropped and saved in the output fixel directory") | ||
.type_directory_in() + | ||
Argument("input_fixel_mask", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ const OptionGroup ConnectOption = | |
|
||
+ Option("largest", "only retain the largest connected component") | ||
|
||
+ Option("connectivity", "use 26-voxel-neighbourhood connectivity (Default: 6)") | ||
+ Option("connectivity", "use 26-voxel-neighbourhood connectivity (Default is 6-voxel-neighbourhood)") | ||
|
||
+ Option("minsize", "impose minimum size of segmented components (Default: select all components)") + | ||
Argument("value").type_integer(1, 1e6); | ||
|
@@ -67,7 +67,7 @@ const OptionGroup FillOption = | |
"the first 3 axes are included. The axes should be provided as a comma-separated list of values.") + | ||
Argument("axes").type_sequence_int() | ||
|
||
+ Option("connectivity", "use 26-voxel-neighbourhood connectivity (Default: 6)"); | ||
+ Option("connectivity", "use 26-voxel-neighbourhood connectivity (Default is 6-voxel-neighbourhood)"); | ||
|
||
const OptionGroup MedianOption = | ||
OptionGroup("Options for median filter") | ||
|
@@ -79,8 +79,10 @@ const OptionGroup MedianOption = | |
Argument("voxels").type_sequence_int(); | ||
|
||
void usage() { | ||
AUTHOR = "Robert E. Smith ([email protected]), David Raffelt ([email protected]), Thijs " | ||
"Dhollander ([email protected]) and J-Donald Tournier ([email protected])"; | ||
AUTHOR = "Robert E. Smith ([email protected]) and " | ||
"David Raffelt ([email protected]) and " | ||
"Thijs Dhollander ([email protected]) and " | ||
"J-Donald Tournier ([email protected])"; | ||
|
||
SYNOPSIS = "Perform filtering operations on 3D / 4D mask images"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,15 +26,18 @@ using namespace App; | |
const char *modes[] = {"2d", "3d", nullptr}; | ||
|
||
void usage() { | ||
AUTHOR = "Ben Jeurissen ([email protected]) & J-Donald Tournier ([email protected])"; | ||
AUTHOR = "Ben Jeurissen ([email protected]) and " | ||
"J-Donald Tournier ([email protected])"; | ||
|
||
SYNOPSIS = "Remove Gibbs Ringing Artifacts"; | ||
|
||
DESCRIPTION | ||
+"This application attempts to remove Gibbs ringing artefacts from MRI images using the method " | ||
"of local subvoxel-shifts proposed by Kellner et al. (see reference below for details). By default, " | ||
"the original 2D slice-wise version is used. If the -mode 3d option is provided, the program will run " | ||
"the 3D version as proposed by Bautista et al. (also in the reference list below)." | ||
"of local subvoxel-shifts proposed by Kellner et al. (see reference below for details)." | ||
|
||
+ "By default, the original 2D slice-wise version is used. If the -mode 3d option is provided, " | ||
"the program will run the 3D version as proposed by Bautista et al. " | ||
"(also in the reference list below)." | ||
|
||
+ "This command is designed to run on data directly after it has been reconstructed by the scanner, " | ||
"before any interpolation of any kind has taken place. You should not run this command after any " | ||
|
@@ -53,7 +56,7 @@ void usage() { | |
OPTIONS | ||
+Option("mode", | ||
"specify the mode of operation. Valid choices are: 2d, 3d (default: " | ||
"2d). The 2d mode corresponds to the original slice-wise approach as " | ||
"2d). The 2d mode corresponds to the original stack-of-slices approach as " | ||
"propoosed by Kellner et al., appropriate for images acquired using " | ||
"2D muli-slice approaches. The 3d mode corresponds to the 3D " | ||
"volume-wise extension proposed by Bautista et al., which is " | ||
|
@@ -78,9 +81,9 @@ void usage() { | |
REFERENCES | ||
+"Kellner, E; Dhital, B; Kiselev, V.G & Reisert, M. " | ||
"Gibbs-ringing artifact removal based on local subvoxel-shifts. " | ||
"Magnetic Resonance in Medicine, 2016, 76, 1574–1581." | ||
"Magnetic Resonance in Medicine, 2016, 76, 1574-1581." | ||
|
||
+ "Bautista, T; O’Muircheartaigh, J; Hajnal, JV; & Tournier, J-D. " | ||
+ "Bautista, T; O'Muircheartaigh, J; Hajnal, JV; & Tournier, J-D. " | ||
"Removal of Gibbs ringing artefacts for 3D acquisitions using subvoxel shifts. " | ||
"Proc. ISMRM, 2021, 29, 3535."; | ||
} | ||
|
Oops, something went wrong.