Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `ABCD-HCP`
- `fMRIPrep-LTS`
- Typehinting support for Python < 3.10.
- Extra outputs listed in `freesurfer_abcd_preproc`.
- Resource `space-template_desc-T1w_mask`
- as output from FNIRT registration.
- as inputs from Nodeblocks requesting it and, replaced with `space-template_desc-brain_mask`.
Expand Down
18 changes: 0 additions & 18 deletions CPAC/anat_preproc/anat_preproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2764,24 +2764,6 @@ def brain_extraction_temp_T2(wf, cfg, strat_pool, pipe_num, opt=None):
"desc-restore-brain_T1w",
"desc-ABCDpreproc_T1w",
"pipeline-fs_desc-fast_biasfield",
"pipeline-fs_hemi-L_desc-surface_curv",
"pipeline-fs_hemi-R_desc-surface_curv",
"pipeline-fs_hemi-L_desc-surfaceMesh_pial",
"pipeline-fs_hemi-R_desc-surfaceMesh_pial",
"pipeline-fs_hemi-L_desc-surfaceMesh_smoothwm",
"pipeline-fs_hemi-R_desc-surfaceMesh_smoothwm",
"pipeline-fs_hemi-L_desc-surfaceMesh_sphere",
"pipeline-fs_hemi-R_desc-surfaceMesh_sphere",
"pipeline-fs_hemi-L_desc-surfaceMap_sulc",
"pipeline-fs_hemi-R_desc-surfaceMap_sulc",
"pipeline-fs_hemi-L_desc-surfaceMap_thickness",
"pipeline-fs_hemi-R_desc-surfaceMap_thickness",
"pipeline-fs_hemi-L_desc-surfaceMap_volume",
"pipeline-fs_hemi-R_desc-surfaceMap_volume",
"pipeline-fs_hemi-L_desc-surfaceMesh_white",
"pipeline-fs_hemi-R_desc-surfaceMesh_white",
"pipeline-fs_wmparc",
"freesurfer-subject-dir",
],
)
def freesurfer_abcd_preproc(wf, cfg, strat_pool, pipe_num, opt=None):
Expand Down
Loading