Skip to content

Commit

Permalink
Merge pull request #209 from chrisfilo/fix/inu_derivative
Browse files Browse the repository at this point in the history
[RTM] Fixes #207
  • Loading branch information
Shoshana Berleant committed Dec 4, 2016
2 parents 710251f + 89172ff commit c2653c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _get_warp(inlist):
(inputnode, ds_t1_mni_aff, [('t1w', 'source_file')]),
(inputnode, ds_bmask_mni, [('t1w', 'source_file')]),
(inputnode, ds_tpms_mni, [('t1w', 'source_file')]),
(asw, ds_t1_bias, [('outputnode.out_file', 'in_file')]),
(inu_n4, ds_t1_bias, [('output_image', 'in_file')]),
(t1_seg, ds_t1_seg, [('tissue_class_map', 'in_file')]),
(asw, ds_mask, [('outputnode.out_mask', 'in_file')]),
(t1_2_mni, ds_t1_mni, [('warped_image', 'in_file')]),
Expand Down

0 comments on commit c2653c9

Please sign in to comment.