File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,17 @@ class CAT12SegmentInputSpec(SPMCommandInputSpec):
44
44
)
45
45
46
46
_help_shoots_tpm = (
47
- ' Shooting Template %d. The Shooting template must be in multi-volume nifti format and should contain GM,'
48
- ' WM, and background segmentations and have to be saved with at least 16 bit. '
47
+ " Shooting Template %d. The Shooting template must be in multi-volume nifti format and should contain GM,"
48
+ " WM, and background segmentations and have to be saved with at least 16 bit. "
49
49
)
50
50
51
- shooting_tpm = ImageFileSPM (exists = True , field = "extopts.registration.shooting.shootingtpm" ,
52
- desc = _help_shoots_tpm % 0 , mandatory = False , copyfile = False )
51
+ shooting_tpm = ImageFileSPM (
52
+ exists = True ,
53
+ field = "extopts.registration.shooting.shootingtpm" ,
54
+ desc = _help_shoots_tpm % 0 ,
55
+ mandatory = False ,
56
+ copyfile = False ,
57
+ )
53
58
54
59
shooting_tpm_template_1 = ImageFileSPM (
55
60
exists = True , desc = _help_shoots_tpm % 1 , mandatory = False , copyfile = False
@@ -588,8 +593,6 @@ def _list_outputs(self):
588
593
589
594
590
595
class Cell2Str (Cell ):
591
-
592
596
def __str__ (self ):
593
- """Convert input to appropriate format for cat12
594
- """
597
+ """Convert input to appropriate format for cat12"""
595
598
return "{'%s'}" % self .to_string ()
You can’t perform that action at this time.
0 commit comments