Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CPAC/anat_preproc/anat_preproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,6 @@ def brain_mask_acpc_freesurfer_fsl_loose(wf, cfg, strat_pool, pipe_num, opt=None
outputs={
"desc-preproc_T1w": {"SkullStripped": "True"},
"desc-brain_T1w": {"SkullStripped": "True"},
"desc-head_T1w": {"SkullStripped": "False"},
},
)
def brain_extraction(wf, cfg, strat_pool, pipe_num, opt=None):
Expand Down Expand Up @@ -2225,7 +2224,6 @@ def brain_extraction(wf, cfg, strat_pool, pipe_num, opt=None):
outputs = {
"desc-preproc_T1w": (anat_skullstrip_orig_vol, "out_file"),
"desc-brain_T1w": (anat_skullstrip_orig_vol, "out_file"),
"desc-head_T1w": (node_T1w, out_T1w),
}

return (wf, outputs)
Expand Down