We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aaadc commit a81b378Copy full SHA for a81b378
CPAC/nuisance/utils/__init__.py
@@ -325,7 +325,7 @@ def generate_summarize_tissue_mask(nuisance_wf,
325
326
if regressor_selector['extraction_resolution'] == "Functional":
327
# invert func2anat matrix to get anat2func_linear_xfm
328
- anat2func_linear_xfm = pe.Node(interface=fsl.ConvertXFM(), name='anat2func_linear_xfm')
+ anat2func_linear_xfm = pe.Node(interface=fsl.ConvertXFM(), name='{}_anat2func_linear_xfm'.format(prev_mask_key))
329
anat2func_linear_xfm.inputs.invert_xfm = True
330
nuisance_wf.connect(*(
331
pipeline_resource_pool['Transformations']['func_to_anat_linear_xfm'] +
0 commit comments