Skip to content

Commit

Permalink
back to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Oct 12, 2022
1 parent aa8bc5c commit 63ca696
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 @@ -21,7 +21,7 @@
def track(params_file, directions="prob", max_angle=30., sphere=None,
seed_mask=None, seed_threshold=0, n_seeds=1, random_seeds=False,
rng_seed=None, stop_mask=None, stop_threshold=0, step_size=0.5,
min_length=20, max_length=300, odf_model="CSD",
min_length=50, max_length=250, odf_model="CSD",
tracker="local"):
"""
Tractography
Expand Down

0 comments on commit 63ca696

Please sign in to comment.