interfaces.semtools.legacy.registration

scalartransform

Link to code

Wraps the executable command `` scalartransform ``.

title: ScalarTransform (DTIProcess)

category: Legacy.Registration

version: 1.0.0

documentation-url: http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/DTIProcess

license: Copyright (c) Casey Goodlett. All rights reserved.
See http://www.ia.unc.edu/dev/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information.

contributor: Casey Goodlett

Inputs:

[Optional]
input_image: (an existing file name)
        Image to tranform
        argument: ``--input_image %s``
output_image: (a boolean or a file name)
        The transformed image
        argument: ``--output_image %s``
transformation: (a boolean or a file name)
        Output file for transformation parameters
        argument: ``--transformation %s``
invert: (a boolean)
        Invert tranform before applying.
        argument: ``--invert ``
deformation: (an existing file name)
        Deformation field.
        argument: ``--deformation %s``
h_field: (a boolean)
        The deformation is an h-field.
        argument: ``--h_field ``
interpolation: ('nearestneighbor' or 'linear' or 'cubic')
        Interpolation type (nearestneighbor, linear, cubic)
        argument: ``--interpolation %s``
args: (a unicode string)
        Additional parameters to the command
        argument: ``%s``
environ: (a dictionary with keys which are a bytes or None or a value
          of class 'str' and with values which are a bytes or None or a
          value of class 'str', nipype default value: {})
        Environment variables

Outputs:

output_image: (an existing file name)
        The transformed image
transformation: (an existing file name)
        Output file for transformation parameters