Skip to content

Commit

Permalink
Merge pull request MRtrix3#2093 from MRtrix3/fixelfilter_description_fix
Browse files Browse the repository at this point in the history
fixelfilter: Remove erroneous DESCRIPTION statement
  • Loading branch information
jdtournier authored Jun 19, 2020
2 parents 0750468 + f368ba2 commit a5969ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions cmd/fixelfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ void usage ()
+ "If the first input to the command is a specific fixel data file, then a filtered version of only that file "
"will be generated by the command. Alternatively, if the input is the location of a fixel directory, then the "
"command will create a duplicate of the fixel directory, and apply the specified filter operation to all "
"fixel data files within the directory."

+ "For the smoothing filter, it is typically recommended that the provided fixel-fixel connectivity matrix should "
"include both streamline-based connection strength and spatial distance between fixels; this can be generated "
"by the MRtrix3 command fixelconnectivity, specifically using the -smoothing option.";
"fixel data files within the directory.";

ARGUMENTS
+ Argument ("input", "the input: either a fixel data file, or a fixel directory (see Description)").type_various()
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/commands/fixelfilter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Description

If the first input to the command is a specific fixel data file, then a filtered version of only that file will be generated by the command. Alternatively, if the input is the location of a fixel directory, then the command will create a duplicate of the fixel directory, and apply the specified filter operation to all fixel data files within the directory.

For the smoothing filter, it is typically recommended that the provided fixel-fixel connectivity matrix should include both streamline-based connection strength and spatial distance between fixels; this can be generated by the MRtrix3 command fixelconnectivity, specifically using the -smoothing option.

Options
-------

Expand Down

0 comments on commit a5969ef

Please sign in to comment.