Skip to content

Commit 5bd56cb

Browse files
authored
Merge pull request #1694 from alexsavio/petpvc_ref
update PETPVC reference
2 parents 038b143 + 661f87a commit 5bd56cb

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

nipype/interfaces/petpvc.py

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414

1515
from .base import TraitedSpec, CommandLineInputSpec, CommandLine, File, isdefined, traits
16-
16+
from ..external.due import due, Doi, BibTeX
1717

1818
pvc_methods = ['GTM',
1919
'IY',
@@ -72,8 +72,6 @@ class PETPVC(CommandLine):
7272
and their applications in neurology, cardiology and oncology," Phys. Med.
7373
Biol., vol. 57, no. 21, p. R119, 2012.
7474
75-
There is a publication waiting to be accepted for this software tool.
76-
7775
Its command line help shows this:
7876
7977
-i --input < filename >
@@ -148,6 +146,23 @@ class PETPVC(CommandLine):
148146
output_spec = PETPVCOutputSpec
149147
_cmd = 'petpvc'
150148

149+
references_ = [{'entry': BibTeX("@article{0031-9155-61-22-7975,"
150+
"author={Benjamin A Thomas and Vesna Cuplov and Alexandre Bousse and "
151+
"Adriana Mendes and Kris Thielemans and Brian F Hutton and Kjell Erlandsson},"
152+
"title={PETPVC: a toolbox for performing partial volume correction "
153+
"techniques in positron emission tomography},"
154+
"journal={Physics in Medicine and Biology},"
155+
"volume={61},"
156+
"number={22},"
157+
"pages={7975},"
158+
"url={http://stacks.iop.org/0031-9155/61/i=22/a=7975},"
159+
"doi={http://dx.doi.org/10.1088/0031-9155/61/22/7975},"
160+
"year={2016},"
161+
"}"),
162+
'description': 'PETPVC software implementation publication',
163+
'tags': ['implementation'],
164+
}]
165+
151166
def _list_outputs(self):
152167
outputs = self.output_spec().get()
153168
outputs['out_file'] = self.inputs.out_file

0 commit comments

Comments
 (0)