Skip to content

Commit

Permalink
Merge pull request yeatmanlab#508 from 36000/consistent_track_docstring
Browse files Browse the repository at this point in the history
FIX: Update tractography max_length docstring to be consistent
  • Loading branch information
36000 committed Oct 5, 2020
2 parents 318cb6d + 7d69e2a commit 0fbf9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tractography.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def track(params_file, directions="det", max_angle=30., sphere=None,
min_length: int, optional
The miminal length (mm) in a streamline. Default: 10
max_length: int, optional
The miminal length (mm) in a streamline. Default: 250
The miminal length (mm) in a streamline. Default: 1000
odf_model : str, optional
One of {"DTI", "CSD", "DKI"}. Defaults to use "DTI"
tracker : str, optional
Expand Down

0 comments on commit 0fbf9b5

Please sign in to comment.