File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class CalcCoregAffineInputSpec(SPMCommandInputSpec):
43
43
invmat = File ( desc = 'Filename used to store inverse affine matrix' )
44
44
45
45
46
- class CalcCoregAffineOutputSpec (SPMCommandInputSpec ):
46
+ class CalcCoregAffineOutputSpec (TraitedSpec ):
47
47
mat = File (exists = True , desc = 'Matlab file holding transform' )
48
48
invmat = File ( desc = 'Matlab file holding inverse transform' )
49
49
@@ -121,7 +121,7 @@ class ApplyTransformInputSpec(SPMCommandInputSpec):
121
121
desc = 'file holding transform to apply' )
122
122
123
123
124
- class ApplyTransformOutputSpec (SPMCommandInputSpec ):
124
+ class ApplyTransformOutputSpec (TraitedSpec ):
125
125
out_file = File (exists = True , desc = 'File with updated header' )
126
126
127
127
@@ -174,7 +174,7 @@ class ResliceInputSpec(SPMCommandInputSpec):
174
174
175
175
out_file = File (desc = 'Optional file to save resliced volume' )
176
176
177
- class ResliceOutputSpec (SPMCommandInputSpec ):
177
+ class ResliceOutputSpec (TraitedSpec ):
178
178
out_file = File ( exists = True , desc = 'resliced volume' )
179
179
180
180
class Reslice (SPMCommand ):
You can’t perform that action at this time.
0 commit comments