Skip to content

Commit

Permalink
add print for legacy DF
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Dec 5, 2024
1 parent 1ff5b01 commit f30ccfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AFQ/tractography/tractography.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def track(params_file, directions="prob", max_angle=30., sphere=None,
raise ValueError(f"Unrecognized direction '{directions}'.")

logger.debug(f"Using basis type: {basis_type}")
logger.debug(f"Using legacy DG: {legacy}")

if odf_model == "DTI" or odf_model == "DKI":
evals = model_params[..., :3]
Expand Down

0 comments on commit f30ccfe

Please sign in to comment.