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 de58f5f commit 0f349caCopy full SHA for 0f349ca
nipype/interfaces/freesurfer/petsurfer.py
@@ -397,7 +397,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
397
398
class GTMPVCOutputSpec(TraitedSpec):
399
400
- pvc_dir = Directory(exists=True, desc="output directory")
+ pvc_dir = Directory(desc="output directory")
401
ref_file = File(desc="Reference TAC in .dat")
402
hb_nifti = File(desc="High-binding TAC in nifti")
403
hb_dat = File(desc="High-binding TAC in .dat")
0 commit comments