Skip to content

Commit ba11e7c

Browse files
committed
added distance to the ErrorMapOutputSpec
1 parent f564d18 commit ba11e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/algorithms/metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ class ErrorMapInputSpec(BaseInterfaceInputSpec):
488488

489489
class ErrorMapOutputSpec(TraitedSpec):
490490
out_map = File(exists=True, desc="resulting error map")
491+
distance = traits.Float(desc="Average distance between volume 1 and 2")
491492

492493

493494
class ErrorMap(BaseInterface):

0 commit comments

Comments
 (0)