Skip to content

Commit

Permalink
Merge pull request #13 from tractometry/tractography-defaults-doc
Browse files Browse the repository at this point in the history
Update tractography default
  • Loading branch information
36000 authored Nov 13, 2024
2 parents 1bbfc68 + 183798f commit a438f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tractography/tractography.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def track(params_file, directions="prob", max_angle=30., sphere=None,
maxlen: int, optional
The miminal length (mm) in a streamline. Default: 250
odf_model : str, optional
One of {"DTI", "CSD", "DKI"}. Defaults to use "DTI"
One of {"DTI", "CSD", "DKI"}. Defaults to use "CSD"
tracker : str, optional
Which strategy to use in tracking. This can be the standard local
tracking ("local") or Particle Filtering Tracking ([Girard2014]_).
Expand Down

0 comments on commit a438f80

Please sign in to comment.