Skip to content

Commit 6b402b0

Browse files
committed
fixup! ⏩ Bring develop up to date with main
1 parent 68e3416 commit 6b402b0

File tree

4 files changed

+25
-45
lines changed

4 files changed

+25
-45
lines changed

CPAC/resources/configs/pipeline_config_blank.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,10 +1214,10 @@ timeseries_extraction:
12141214
/ndmg_atlases/label/Human/HarvardOxfordsub-maxprob-thr25_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
12151215
/ndmg_atlases/label/Human/Juelich_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
12161216
/ndmg_atlases/label/Human/MICCAI_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
1217-
/ndmg_atlases/label/Human/Schaefer1000_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
1218-
/ndmg_atlases/label/Human/Schaefer200_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
1219-
/ndmg_atlases/label/Human/Schaefer300_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
1220-
/ndmg_atlases/label/Human/Schaefer400_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
1217+
/cpac_templates/Schaefer2018_space-FSLMNI152_res-2mm_desc-1000Parcels17NetworksOrder.nii.gz: Avg
1218+
/cpac_templates/Schaefer2018_space-FSLMNI152_res-2mm_desc-200Parcels17NetworksOrder.nii.gz: Avg
1219+
/cpac_templates/Schaefer2018_space-FSLMNI152_res-2mm_desc-300Parcels17NetworksOrder.nii.gz: Avg
1220+
/cpac_templates/Schaefer2018_space-FSLMNI152_res-2mm_desc-400Parcels17NetworksOrder.nii.gz: Avg
12211221
/ndmg_atlases/label/Human/Talairach_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
12221222
/ndmg_atlases/label/Human/Brodmann_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
12231223
/ndmg_atlases/label/Human/Desikan_space-MNI152NLin6_res-1x1x1.nii.gz: Avg

CPAC/resources/configs/pipeline_config_fmriprep-options.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ registration_workflows:
293293

294294
apply_transform:
295295

296-
# options: 'default', 'abcd', 'single_step_resampling'
296+
# options: 'default', 'abcd', 'single_step_resampling_from_stc'
297297
# 'default': apply func-to-anat and anat-to-template transforms on motion corrected functional image.
298298
# 'abcd': apply motion correction, func-to-anat and anat-to-template transforms on each of raw functional volume using FSL applywarp based on ABCD-HCP pipeline.
299-
# 'single_step_resampling': apply motion correction, func-to-anat and anat-to-template transforms on each of raw functional volume using ANTs antsApplyTransform based on fMRIPrep pipeline.
300-
using: 'single_step_resampling'
299+
# 'single_step_resampling_from_stc': apply motion correction, func-to-anat and anat-to-template transforms on each of raw functional volume using ANTs antsApplyTransform based on fMRIPrep pipeline.
300+
using: 'single_step_resampling_from_stc'
301301

302302
functional_preproc:
303303
motion_estimates_and_correction:
@@ -339,6 +339,9 @@ nuisance_corrections:
339339
# run: [On, Off] - this will run both and fork the pipeline
340340
run: [Off]
341341

342+
# run nuisance regression in BOLD or template space
343+
space: template
344+
342345
# switch to Off if nuisance regression is off and you don't want to write out the regressors
343346
create_regressors: On
344347

CPAC/resources/configs/pipeline_config_monkey-ABCD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ registration_workflows:
322322

323323
apply_transform:
324324

325-
# options: 'default', 'abcd', 'single_step_resampling', 'dcan_nhp'
325+
# options: 'default', 'abcd', 'single_step_resampling_from_stc', 'dcan_nhp'
326326
# 'default': apply func-to-anat and anat-to-template transforms on motion corrected functional image.
327327
# 'abcd': apply motion correction, func-to-anat and anat-to-template transforms on each of raw functional volume using FSL applywarp based on ABCD-HCP pipeline.
328-
# 'single_step_resampling': apply motion correction, func-to-anat and anat-to-template transforms on each of raw functional volume using ANTs antsApplyTransform based on fMRIPrep pipeline.
328+
# 'single_step_resampling_from_stc': apply motion correction, func-to-anat and anat-to-template transforms on each of raw functional volume using ANTs antsApplyTransform based on fMRIPrep pipeline.
329329
using: 'dcan_nhp'
330330

331331
functional_preproc:

CPAC/resources/configs/pipeline_config_rbc-options.yml

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -113,30 +113,7 @@ functional_preproc:
113113
nuisance_corrections:
114114
2-nuisance_regression:
115115
Regressors:
116-
- Name: Motion-regressor-no-GSR-or-aCompCor
117-
Bandpass:
118-
bottom_frequency: 0.01
119-
top_frequency: 0.1
120-
CerebrospinalFluid:
121-
erode_mask: false
122-
extraction_resolution: 2
123-
include_delayed: true
124-
include_delayed_squared: true
125-
include_squared: true
126-
summary: Mean
127-
Motion:
128-
include_delayed: true
129-
include_delayed_squared: true
130-
include_squared: true
131-
WhiteMatter:
132-
erode_mask: false
133-
extraction_resolution: 2
134-
include_delayed: true
135-
include_delayed_squared: true
136-
include_squared: true
137-
summary: Mean
138-
139-
- Name: Regressor-with-GSR
116+
- Name: 36-parameter
140117
Bandpass:
141118
bottom_frequency: 0.01
142119
top_frequency: 0.1
@@ -164,7 +141,7 @@ nuisance_corrections:
164141
include_squared: true
165142
summary: Mean
166143

167-
- Name: Regressor-with-aCompCor
144+
- Name: aCompCor
168145
Bandpass:
169146
bottom_frequency: 0.01
170147
top_frequency: 0.1
@@ -220,17 +197,17 @@ timeseries_extraction:
220197
- Partial
221198
tse_roi_paths:
222199
# AAL
223-
/ndmg_atlases/label/Human/AAL_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
200+
/ndmg_atlases/label/Human/AAL_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
224201
# Atlases
225-
/ndmg_atlases/label/Human/Brodmann_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
226-
/ndmg_atlases/label/Human/Glasser_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
202+
/ndmg_atlases/label/Human/Brodmann_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
203+
/ndmg_atlases/label/Human/Glasser_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
227204
# Slab
228-
/ndmg_atlases/label/Human/Slab907_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
205+
/ndmg_atlases/label/Human/Slab907_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
229206
# HO: Thresholded
230-
/ndmg_atlases/label/Human/HarvardOxfordcort-maxprob-thr25_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
231-
/ndmg_atlases/label/Human/HarvardOxfordsub-maxprob-thr25_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
207+
/ndmg_atlases/label/Human/HarvardOxfordcort-maxprob-thr25_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
208+
/ndmg_atlases/label/Human/HarvardOxfordsub-maxprob-thr25_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
232209
# Jeulich
233-
/ndmg_atlases/label/Human/Juelich_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
210+
/ndmg_atlases/label/Human/Juelich_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
234211
# CC
235212
/cpac_templates/CC200.nii.gz: Avg
236213
/cpac_templates/CC400.nii.gz: Avg
@@ -241,10 +218,10 @@ timeseries_extraction:
241218
/cpac_templates/Schaefer2018_space-FSLMNI152_res-2mm_desc-1000Parcels17NetworksOrder.nii.gz: Avg
242219
# Networks
243220
# Yeo
244-
/ndmg_atlases/label/Human/Yeo-17-liberal_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
245-
/ndmg_atlases/label/Human/Yeo-17_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
246-
/ndmg_atlases/label/Human/Yeo-7-liberal_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
247-
/ndmg_atlases/label/Human/Yeo-7_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
221+
/ndmg_atlases/label/Human/Yeo-17-liberal_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
222+
/ndmg_atlases/label/Human/Yeo-17_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
223+
/ndmg_atlases/label/Human/Yeo-7-liberal_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
224+
/ndmg_atlases/label/Human/Yeo-7_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
248225
# Smith 2009 (to be included after https://github.com/FCP-INDI/C-PAC/issues/1640 is resolved)
249226
# /cpac_templates/Smith_space-MNI152NLin6_res-3x3x3_desc-thresh3_mask.nii.gz: Avg
250227

0 commit comments

Comments
 (0)