Skip to content

Commit 287e7e5

Browse files
authored
Merge pull request #1630 from shoshber/compcor1594
FIX doi for compcor
2 parents 9c076db + fbf1542 commit 287e7e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

nipype/algorithms/confounds.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,19 @@ class CompCor(BaseInterface):
313313
'''
314314
input_spec = CompCorInputSpec
315315
output_spec = CompCorOutputSpec
316+
references_ = [{'entry': BibTeX("@article{compcor_2007,"
317+
"title = {A component based noise correction method (CompCor) for BOLD and perfusion based},"
318+
"volume = {37},"
319+
"number = {1},"
320+
"doi = {10.1016/j.neuroimage.2007.04.042},"
321+
"urldate = {2016-08-13},"
322+
"journal = {NeuroImage},"
323+
"author = {Behzadi, Yashar and Restom, Khaled and Liau, Joy and Liu, Thomas T.},"
324+
"year = {2007},"
325+
"pages = {90-101},}"
326+
),
327+
'tags': ['method', 'implementation']
328+
}]
316329

317330
def _run_interface(self, runtime):
318331
imgseries = nb.load(self.inputs.realigned_file).get_data()

0 commit comments

Comments
 (0)