Skip to content

Commit 68e3416

Browse files
committed
⏩ Bring develop up to date with main
2 parents 32632fa + 9586d71 commit 68e3416

File tree

5 files changed

+46
-26
lines changed

5 files changed

+46
-26
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-
/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
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
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: 3 additions & 6 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_from_stc'
296+
# options: 'default', 'abcd', 'single_step_resampling'
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_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'
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'
301301

302302
functional_preproc:
303303
motion_estimates_and_correction:
@@ -339,9 +339,6 @@ 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-
345342
# switch to Off if nuisance regression is off and you don't want to write out the regressors
346343
create_regressors: On
347344

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_from_stc', 'dcan_nhp'
325+
# options: 'default', 'abcd', 'single_step_resampling', '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_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.
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.
329329
using: 'dcan_nhp'
330330

331331
functional_preproc:

CPAC/resources/configs/pipeline_config_rbc-options.yml

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,30 @@ functional_preproc:
113113
nuisance_corrections:
114114
2-nuisance_regression:
115115
Regressors:
116-
- Name: 36-parameter
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
117140
Bandpass:
118141
bottom_frequency: 0.01
119142
top_frequency: 0.1
@@ -141,7 +164,7 @@ nuisance_corrections:
141164
include_squared: true
142165
summary: Mean
143166

144-
- Name: aCompCor
167+
- Name: Regressor-with-aCompCor
145168
Bandpass:
146169
bottom_frequency: 0.01
147170
top_frequency: 0.1
@@ -197,17 +220,17 @@ timeseries_extraction:
197220
- Partial
198221
tse_roi_paths:
199222
# AAL
200-
/ndmg_atlases/label/Human/AAL_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
223+
/ndmg_atlases/label/Human/AAL_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
201224
# Atlases
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
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
204227
# Slab
205-
/ndmg_atlases/label/Human/Slab907_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
228+
/ndmg_atlases/label/Human/Slab907_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
206229
# HO: Thresholded
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
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
209232
# Jeulich
210-
/ndmg_atlases/label/Human/Juelich_space-MNI152NLin6_res-2x2x2.nii.gz: Avg
233+
/ndmg_atlases/label/Human/Juelich_space-MNI152NLin6_res-1x1x1.nii.gz: Avg
211234
# CC
212235
/cpac_templates/CC200.nii.gz: Avg
213236
/cpac_templates/CC400.nii.gz: Avg
@@ -218,10 +241,10 @@ timeseries_extraction:
218241
/cpac_templates/Schaefer2018_space-FSLMNI152_res-2mm_desc-1000Parcels17NetworksOrder.nii.gz: Avg
219242
# Networks
220243
# Yeo
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
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
225248
# Smith 2009 (to be included after https://github.com/FCP-INDI/C-PAC/issues/1640 is resolved)
226249
# /cpac_templates/Smith_space-MNI152NLin6_res-3x3x3_desc-thresh3_mask.nii.gz: Avg
227250

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Documentation pertaining to this latest release can be found here: https://fcp-i
4040
Discussion Forum
4141
---------------
4242

43-
If you are stuck and need help or have any other questions or comments about C-PAC, there is a C-PAC discussion forum here: ttps://neurostars.org/tag/cpac
43+
If you are stuck and need help or have any other questions or comments about C-PAC, there is a C-PAC discussion forum here: https://neurostars.org/tag/cpac
4444

4545
Issue Tracker and Bugs
4646
----------------------

0 commit comments

Comments
 (0)