Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 6bd62f6

Browse files
authored
Merge pull request #323 from a3sha2/master
cifiti outputs and documentation
2 parents 779779e + 76622fd commit 6bd62f6

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xcpEngine-v1.0
1+
xcpEngine-v1.1

docs/modules/regress.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,6 @@ The optional output is the spatially smoothed residualised BOLD signal. This is
247247
This tells xcpEngine to smooth the residualised image with gaussian filter and kernel of 6mm. The derived
248248
output, which is saved in the ``regress`` folder, will be::
249249
prefix_img_sm6.nii.gz
250+
251+
If the freesurfer is included as part of FMRIPREP outputs, the CIFTI files are produced
252+
for filtered and regressed bold data (`${prefix}_residualised.nii.gz`)

docs/modules/task.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ The outputs also consist of Quality Assesmment between structrual and BOLD imag
6565
- ``prefix_coregCrossCorr.txt`` : Cross correlation
6666
- ``prefix_coregDice.txt`` : Dice index
6767
- ``prefix_coregJaccard.txt`` : Jaccard index
68+
69+
If the freesurfer is included as part of FMRIPREP outputs, the CIFTI files are produced
70+
for task and confound regressed bold data (`res4d.nii.gz`)

xcpEngine

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ args=`echo $@`
1919
Development team:
2020
Lead: Rastko Ciric
2121
22+
23+
Maintainers and contributors:
24+
Azeez Adebimpe
25+
26+
Matt Cieslak
27+
28+
2229
Multimodal: Adon FG Rosen
2330
2431
PI: Ted Satterthwaite
@@ -34,12 +41,10 @@ args=`echo $@`
3441
As a courtesy, we ask that you include the following citations
3542
in publications that make use of this program:
3643
37-
Ciric R, Wolf DH, Power JD, Roalf DR, Baum GL, Ruparel K,
38-
Shinohara RT, Elliott MA, Eickhoff SB, Davatzikos C, Gur RC,
39-
Gur RE, Bassett DS, Satterthwaite TD (in press)
40-
Benchmarking participant-level confound regression strategies
41-
for the control of motion artifact in studies of functional
42-
connectivity. NeuroImage.
44+
, Rastko Ciric, Adon F. G. Rosen, Guray Erus, Matthew Cieslak, Azeez Adebimpe,
45+
Philip A. Cook, Danielle S. Bassett, Christos Davatzikos, Daniel H. Wolf,
46+
Theodore D. Satterthwaite Mitigating head motion artifact in functional
47+
connectivity MRI,Nature Protocol
4348
4449
Dependencies:
4550
* FSL (available from FMRIB)

0 commit comments

Comments
 (0)