diff --git a/nipype/algorithms/confounds.py b/nipype/algorithms/confounds.py index b957e8d7fd..6e761e345f 100644 --- a/nipype/algorithms/confounds.py +++ b/nipype/algorithms/confounds.py @@ -313,6 +313,19 @@ class CompCor(BaseInterface): ''' input_spec = CompCorInputSpec output_spec = CompCorOutputSpec + references_ = [{'entry': BibTeX("@article{compcor_2007," + "title = {A component based noise correction method (CompCor) for BOLD and perfusion based}," + "volume = {37}," + "number = {1}," + "doi = {10.1016/j.neuroimage.2007.04.042}," + "urldate = {2016-08-13}," + "journal = {NeuroImage}," + "author = {Behzadi, Yashar and Restom, Khaled and Liau, Joy and Liu, Thomas T.}," + "year = {2007}," + "pages = {90-101},}" + ), + 'tags': ['method', 'implementation'] + }] def _run_interface(self, runtime): imgseries = nb.load(self.inputs.realigned_file).get_data()