File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ def _list_outputs(self):
247
247
248
248
return outputs
249
249
250
+
250
251
class ApplyVDMInputSpec (SPMCommandInputSpec ):
251
252
252
253
in_files = InputMultiObject (
@@ -261,7 +262,7 @@ class ApplyVDMInputSpec(SPMCommandInputSpec):
261
262
vdmfile = File (
262
263
field = "data.vdmfile" ,
263
264
desc = "Voxel displacement map to use" ,
264
- #mandatory=True,
265
+ # mandatory=True,
265
266
copyfile = True ,
266
267
)
267
268
distortion_direction = traits .Int (
@@ -307,15 +308,15 @@ class ApplyVDMInputSpec(SPMCommandInputSpec):
307
308
desc = "fieldmap corrected output prefix" ,
308
309
)
309
310
311
+
310
312
class ApplyVDMOutputSpec (TraitedSpec ):
311
313
out_files = OutputMultiPath (
312
314
traits .Either (traits .List (File (exists = True )), File (exists = True )),
313
- desc = (
314
- "These will be the fieldmap corrected files."
315
- ),
315
+ desc = ("These will be the fieldmap corrected files." ),
316
316
)
317
317
mean_image = File (exists = True , desc = "Mean image" )
318
318
319
+
319
320
class ApplyVDM (SPMCommand ):
320
321
"""Use the fieldmap toolbox from spm to apply the voxel displacement map (VDM) to some epi files.
321
322
You can’t perform that action at this time.
0 commit comments