Skip to content

Commit 7094792

Browse files
FIX: correct TemplateFlow mask call
Corrects version of mask called for template registration mask
1 parent 6db495b commit 7094792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nirodents/workflows/brainextraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def init_rodent_brain_extraction_wf(
6464

6565
# Find images in templateFlow
6666
tpl_target_path = get_template(in_template, resolution=debug + 1, suffix=tpl_suffix)
67-
tpl_regmask_path = get_template(in_template, resolution=debug + 1, atlas='v3', desc='brain', suffix='mask')
67+
tpl_regmask_path = get_template(in_template, resolution=debug + 1, atlas=None, desc='brain', suffix='mask')
6868
if tpl_regmask_path:
6969
inputnode.inputs.in_mask = str(tpl_regmask_path)
7070
tpl_tissue_labels = get_template(in_template,resolution=debug + 1, desc='cerebrum', suffix='dseg')

0 commit comments

Comments
 (0)