Return the filenames for the DTI images

get_dti_filenames(...)

Arguments

...

arguments to pass to get_image_filenames, modalities = "DTI" so it cannot be specified

Value

Vector of filenames

Examples

get_dti_filenames()
#> [1] "/home/runner/work/_temp/Library/kirby21.dti/visit_1/113/113-01-DTI.nii.gz"
#> [2] "/home/runner/work/_temp/Library/kirby21.dti/visit_1/505/505-01-DTI.nii.gz"
#> [3] "/home/runner/work/_temp/Library/kirby21.dti/visit_1/934/934-01-DTI.nii.gz"
#> [4] "/home/runner/work/_temp/Library/kirby21.dti/visit_2/113/113-02-DTI.nii.gz"
#> [5] "/home/runner/work/_temp/Library/kirby21.dti/visit_2/505/505-02-DTI.nii.gz"
#> [6] "/home/runner/work/_temp/Library/kirby21.dti/visit_2/934/934-02-DTI.nii.gz"