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 10388b0 commit b4877aaCopy full SHA for b4877aa
nipype/interfaces/fsl/model.py
@@ -1886,7 +1886,7 @@ class SmoothEstimateInputSpec(FSLCommandInputSpec):
1886
class SmoothEstimateOutputSpec(TraitedSpec):
1887
dlh = traits.Float(desc="smoothness estimate sqrt(det(Lambda))")
1888
volume = traits.Int(desc="number of voxels in mask")
1889
- resels = traits.Float(desc="number of resels")
+ resels = traits.Float(desc="number of voxels per resel")
1890
1891
1892
class SmoothEstimate(FSLCommand):
0 commit comments