Skip to content

Commit

Permalink
Merge pull request #944 from 36000/cs_fname_fix
Browse files Browse the repository at this point in the history
[FIX] Missing underscore in custom tissue property filenames
  • Loading branch information
arokem authored Jan 3, 2023
2 parents e1ebde6 + 01f20a8 commit 3cbd26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tasks/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_mapping_plan(kwargs, use_sls=False):
mapping_tasks[f"{scalar.get_name()}_res"] =\
pimms.calc(f"{scalar.get_name()}")(
as_file((
f'desc-{str_to_desc(scalar.get_name())}'
f'_desc-{str_to_desc(scalar.get_name())}'
'_dwi.nii.gz'))(
scalar.get_image_getter("mapping")))

Expand Down

0 comments on commit 3cbd26b

Please sign in to comment.