Skip to content

Commit 98aea61

Browse files
authored
Merge pull request #3316 from HippocampusGirl/fix-smoothest-output-spec-description
FIX: Update SmoothEstimateOutputSpec resels description
2 parents 10388b0 + 5af8c0e commit 98aea61

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="volume of resel, in voxels, defined as FWHM_x * FWHM_y * FWHM_z")
18901890

18911891

18921892
class SmoothEstimate(FSLCommand):

0 commit comments

Comments
 (0)