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 5f147c1 commit 6a73726Copy full SHA for 6a73726
nipype/interfaces/freesurfer/petsurfer.py
@@ -347,13 +347,16 @@ class GTMPVCInputSpec(FSTraitedSpec):
347
save_eres = traits.Bool(argstr="--save-eres", desc="saves residual error")
348
349
save_yhat = traits.Bool(
350
- argstr="--save-yhat", desc="save signal estimate (yhat) smoothed with the PSF"
+ argstr="--save-yhat",
351
+ xor=["save_yhat_with_noise"],
352
+ desc="save signal estimate (yhat) smoothed with the PSF"
353
)
354
355
save_yhat_with_noise = traits.Tuple(
356
traits.Int,
357
358
argstr="--save-yhat-with-noise %i %i",
359
+ xor=["save_yhat"],
360
desc="seed nreps : save signal estimate (yhat) with noise"
361
362
0 commit comments