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.
2 parents 10388b0 + 5af8c0e commit 98aea61Copy full SHA for 98aea61
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="volume of resel, in voxels, defined as FWHM_x * FWHM_y * FWHM_z")
1890
1891
1892
class SmoothEstimate(FSLCommand):
0 commit comments