Skip to content

Commit

Permalink
Fix this filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Sep 16, 2023
1 parent c4b61f6 commit 339e457
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/howto_examples/plot_stages_of_tractometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import tempfile

from dipy.io.streamline import load_trk
from dipy.tracking.streamline import transform_streamlines, set_number_of_points
from dipy.tracking.streamline import (transform_streamlines,
set_number_of_points)
from dipy.core.gradients import gradient_table
from dipy.align import resample

Expand Down Expand Up @@ -230,7 +231,7 @@ def slice_volume(data, x=None, y=None, z=None):


sft_whole_brain = load_trk(op.join(afq_path,
'sub-NDARAA948VFH_ses-HBNsiteRU_acq-64dir_space-T1w_desc-preproc_dwi_space-RASMM_model-probCSD_tractography.trk'), fa_img)
'sub-NDARAA948VFH_ses-HBNsiteRU_acq-64dir_space-T1w_desc-preproc_dwi_space-RASMM_model-CSD_desc-prob-afq_tractography.trk'), fa_img)


#############################################################################
Expand Down

0 comments on commit 339e457

Please sign in to comment.