Skip to content

Commit b4877aa

Browse files
Make SmoothEstimateOutputSpec consistent with smoothest documentation
1 parent 10388b0 commit b4877aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ class SmoothEstimateInputSpec(FSLCommandInputSpec):
18861886
class SmoothEstimateOutputSpec(TraitedSpec):
18871887
dlh = traits.Float(desc="smoothness estimate sqrt(det(Lambda))")
18881888
volume = traits.Int(desc="number of voxels in mask")
1889-
resels = traits.Float(desc="number of resels")
1889+
resels = traits.Float(desc="number of voxels per resel")
18901890

18911891

18921892
class SmoothEstimate(FSLCommand):

0 commit comments

Comments
 (0)