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 b4877aa commit 5af8c0eCopy full SHA for 5af8c0e
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 voxels per resel")
+ 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