We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df6a4b commit 15eb049Copy full SHA for 15eb049
nipype/interfaces/freesurfer/model.py
@@ -420,6 +420,14 @@ class GLMFitInputSpec(FSTraitedSpec):
420
argstr="--logan %s %s %f",
421
desc="RefTac TimeSec tstar : perform Logan kinetic modeling",
422
)
423
+ bp_clip_neg = traits.Bool(
424
+ argstr="--bp-clip-neg",
425
+ desc="set negative BP voxels to zero",
426
+ )
427
+ bp_clip_max = traits.Float(
428
+ argstr="--bp-clip-max %f",
429
+ desc="set BP voxels above max to max",
430
431
force_perm = traits.Bool(
432
argstr="--perm-force",
433
desc="force perumtation test, even when design matrix is not orthog",
0 commit comments