@@ -70,16 +70,16 @@ class DTMetricInputSpec(StdOutCommandLineInputSpec):
70
70
desc = 'voxel-order data filename' )
71
71
72
72
metric = traits .Enum ('fa' ,'md' ,'rd' ,'l1' , 'l2' , 'l3' , 'tr' , 'ra' , '2dfa' ,'cl' ,'cp' ,'cs' ,
73
- argstr = '-stat %s' , mandatory = True ,
74
- desc = ('Specifies the metric to compute. Possible choices are: '
75
- '"fa", "md", "rd", "l1", "l2", "l3", "tr", "ra", "2dfa", "cl", "cp" or "cs".' ))
73
+ argstr = '-stat %s' , mandatory = True ,
74
+ desc = ('Specifies the metric to compute. Possible choices are: '
75
+ '"fa", "md", "rd", "l1", "l2", "l3", "tr", "ra", "2dfa", "cl", "cp" or "cs".' ))
76
76
77
77
inputdatatype = traits .Enum ('double' , 'float' , 'long' , 'int' , 'short' , 'char' ,
78
- argstr = '-inputdatatype %s' , usedefault = True ,
79
- desc = ('Specifies the data type of the input data. '
80
- 'The data type can be any of the following strings: '
81
- '"char", "short", "int", "long", "float" or "double".'
82
- 'Default is double data type' ))
78
+ argstr = '-inputdatatype %s' , usedefault = True ,
79
+ desc = ('Specifies the data type of the input data. '
80
+ 'The data type can be any of the following strings: '
81
+ '"char", "short", "int", "long", "float" or "double".'
82
+ 'Default is double data type' ))
83
83
84
84
outputdatatype = traits .Enum ('double' , 'float' , 'long' , 'int' , 'short' , 'char' ,
85
85
argstr = '-outputdatatype %s' , usedefault = True ,
0 commit comments