Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 15eb049

Browse files
mnoergaardeffigies
authored andcommitted
ENH: add BP clipping arguments to mri_glmfit
1 parent 4df6a4b commit 15eb049

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎nipype/interfaces/freesurfer/model.py‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,14 @@ class GLMFitInputSpec(FSTraitedSpec):
420420
argstr="--logan %s %s %f",
421421
desc="RefTac TimeSec tstar : perform Logan kinetic modeling",
422422
)
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+
)
423431
force_perm = traits.Bool(
424432
argstr="--perm-force",
425433
desc="force perumtation test, even when design matrix is not orthog",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /