.. AUTO-GENERATED FILE -- DO NOT EDIT!

interfaces.slicer.filtering.checkerboardfilter
==============================================


.. _nipype.interfaces.slicer.filtering.checkerboardfilter.CheckerBoardFilter:


.. index:: CheckerBoardFilter

CheckerBoardFilter
------------------

`Link to code <file:///build/nipype-1.1.8/nipype/interfaces/slicer/filtering/checkerboardfilter.py#L34>`__

Wraps the executable command ``CheckerBoardFilter ``.

title: CheckerBoard Filter

category: Filtering

description: Create a checkerboard volume of two volumes. The output volume will show the two inputs alternating according to the user supplied checkerPattern. This filter is often used to compare the results of image registration. Note that the second input is resampled to the same origin, spacing and direction before it is composed with the first input. The scalar type of the output volume will be the same as the input image scalar type.

version: 0.1.0.$Revision: 19608 $(alpha)

documentation-url: http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/CheckerBoard

contributor: Bill Lorensen (GE)

acknowledgements: This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.

Inputs::

        [Optional]
        outputVolume: (a boolean or a file name)
                Output filtered
                argument: ``%s``, position: -1
        args: (a unicode string)
                Additional parameters to the command
                argument: ``%s``
        inputVolume2: (an existing file name)
                Second Input volume
                argument: ``%s``, position: -2
        inputVolume1: (an existing file name)
                First Input volume
                argument: ``%s``, position: -3
        environ: (a dictionary with keys which are a newbytes or None or a
                  newstr or None and with values which are a newbytes or None or a
                  newstr or None, nipype default value: {})
                Environment variables
        checkerPattern: (a list of items which are an integer (int or long))
                The pattern of input 1 and input 2 in the output image. The user can
                specify the number of checkers in each dimension. A checkerPattern
                of 2,2,1 means that images will alternate in every other checker in
                the first two dimensions. The same pattern will be used in the 3rd
                dimension.
                argument: ``--checkerPattern %s``

Outputs::

        outputVolume: (an existing file name)
                Output filtered
