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.
2 parents 5a86d1c + 461720a commit a0f12e7Copy full SHA for a0f12e7
nipype/interfaces/fsl/dti.py
@@ -795,9 +795,11 @@ def _list_outputs(self):
795
else:
796
out_dir = self.inputs.out_dir
797
798
+ outputs['way_total'] = os.path.abspath(os.path.join(out_dir, 'waytotal'))
799
+
800
if isdefined(self.inputs.omatrix1):
801
outputs['network_matrix'] = os.path.abspath(
- os.path.join(out_dir, 'fdt_network_matrix'))
802
+ os.path.join(out_dir, 'matrix_seeds_to_all_targets'))
803
outputs['matrix1_dot'] = os.path.abspath(
804
os.path.join(out_dir, 'fdt_matrix1.dot'))
805
0 commit comments