Skip to content

Commit

Permalink
Update streamline_utils.py
Browse files Browse the repository at this point in the history
Make default search radial, and distance 2mm
  • Loading branch information
smeisler authored Oct 24, 2023
1 parent ec9594a commit 0c4ffee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsub_extractor/utils/streamline_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def extract_tck_mrtrix(
rois_in,
outpath_base,
two_rois,
search_dist=3.0,
search_type="forward",
search_dist=2.0,
search_type="radial",
sift2_weights=None,
exclude_mask=None,
include_mask=None,
Expand All @@ -61,7 +61,7 @@ def extract_tck_mrtrix(
search_dist: float
How far to search ahead of streamlines for ROIs, in mm
search_type: string
Method of searching for streamlines (forward, reverse, or radial).
Method of searching for streamlines (forward, reverse, radial, end, or all).
two_rois: bool
True if two ROIs in rois_in, False, if one ROI in rois_in
sift2_weights: str
Expand Down

0 comments on commit 0c4ffee

Please sign in to comment.