diff --git a/nipype/interfaces/fsl/model.py b/nipype/interfaces/fsl/model.py index e06377cb4d..d7484c0f99 100644 --- a/nipype/interfaces/fsl/model.py +++ b/nipype/interfaces/fsl/model.py @@ -1886,7 +1886,7 @@ class SmoothEstimateInputSpec(FSLCommandInputSpec): class SmoothEstimateOutputSpec(TraitedSpec): dlh = traits.Float(desc="smoothness estimate sqrt(det(Lambda))") volume = traits.Int(desc="number of voxels in mask") - resels = traits.Float(desc="number of resels") + resels = traits.Float(desc="volume of resel, in voxels, defined as FWHM_x * FWHM_y * FWHM_z") class SmoothEstimate(FSLCommand):