We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460b3a4 commit 995ecafCopy full SHA for 995ecaf
nipype/interfaces/petpvc.py
@@ -147,8 +147,8 @@ class PETPVC(CommandLine):
147
>>> from ..testing import example_data
148
>>> #TODO get data for PETPVC
149
>>> pvc = PETPVC()
150
- >>> pvc.inputs.in_file = example_data('pet.nii.gz')
151
- >>> pvc.inputs.mask_file = example_data('tissues.nii.gz')
+ >>> pvc.inputs.in_file = 'pet.nii.gz'
+ >>> pvc.inputs.mask_file = 'tissues.nii.gz'
152
>>> pvc.inputs.out_file = 'pet_pvc_rbv.nii.gz'
153
>>> pvc.inputs.pvc = 'RBV'
154
>>> pvc.inputs.fwhm_x = 2.0
0 commit comments