Skip to content

Commit

Permalink
Change default search distance to 2mm
Browse files Browse the repository at this point in the history
Following guidance in Yeh et al., 2019 (NeuroImage)
  • Loading branch information
smeisler authored Oct 24, 2023
1 parent 425ad8f commit ec9594a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsub_extractor/cli_starters/extractor_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ def get_parser():
ext_args.add_argument(
"--search-dist",
"--search_dist",
help="Distance in mm to search from streamlines for ROIs (float). Default is 3.0 mm. Ignored if --search-type is 'end' or 'all'.",
help="Distance in mm to search from streamlines for ROIs (float). Default is 2.0 mm. Ignored if --search-type is 'end' or 'all'.",
type=check_positive_float,
default=3.0,
default=2.0,
metavar=("DISTANCE"),
)
ext_args.add_argument(
Expand Down

0 comments on commit ec9594a

Please sign in to comment.