@@ -93,7 +93,7 @@ class CreateTiledMosaicInputSpec(ANTSCommandInputSpec):
9393 'in the output image. For example, if the user specifies ' '5x10' ', '
9494 'then 5 rows by 10 columns of slices are rendered. If R < 0 and C > '
9595 '0 (or vice versa), the negative value is selected'
96- 'based on direction.' )
96+ 'based on direction.' ))
9797 direction = traits .Int (argstr = '%d' , desc = ('Specifies the direction of '
9898 'the slices. If no direction is specified, the '
9999 'direction with the coarsest spacing is chosen.' ))
@@ -122,7 +122,7 @@ class CreateTiledMosaicInputSpec(ANTSCommandInputSpec):
122122class CreateTiledMosaicOutputSpec (TraitedSpec ):
123123 output_image = File (exists = True , desc = 'image file' )
124124
125- class CreateTiledMosaicOutputSpec (ANTSCommand ):
125+ class CreateTiledMosaic (ANTSCommand ):
126126 """The program CreateTiledMosaic in conjunction with ConvertScalarImageToRGB
127127 provides useful functionality for common image analysis tasks. The basic
128128 usage of CreateTiledMosaic is to tile a 3-D image volume slice-wise into
@@ -142,7 +142,7 @@ class CreateTiledMosaicOutputSpec(ANTSCommand):
142142
143143 _cmd = 'CreateTiledMosaic'
144144 input_spec = CreateTiledMosaicInputSpec
145- output_spec = CreateTiledMosaicInputSpecOutputSpec
145+ output_spec = CreateTiledMosaicOutputSpec
146146
147147 def _list_outputs (self ):
148148 outputs = self ._outputs ().get ()
0 commit comments