Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nipype/interfaces/fsl/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="number of voxels per resel")


class SmoothEstimate(FSLCommand):
Expand Down