3
d                 @   s   d Z ddlZddlmZmZmZmZmZmZm	Z	m
Z
mZmZ G dd deZG dd deZG d	d
 d
eZG dd deZG dd deZG dd deZdS )zuAutogenerated file - DO NOT EDIT
If you spot a bug, please report it on the mailing list and/or change the generator.    N   )
CommandLineCommandLineInputSpecSEMLikeCommandLineTraitedSpecFile	Directorytraits	isdefinedInputMultiPathOutputMultiPathc               @   s6   e Zd ZeddddZeddddZejddd	Zd
S )DWISimpleCompareInputSpecz#First input volume (.nhdr or .nrrd)Tz--inputVolume1 %s)descexistsargstrz$Second input volume (.nhdr or .nrrd)z--inputVolume2 %sz;check for existence of DWI data, and if present, compare itz--checkDWIData )r   r   N)	__name__
__module____qualname__r   inputVolume1inputVolume2r	   ZBoolZcheckDWIData r   r   G/tmp/pip-build-7vycvbft/nipype/nipype/interfaces/semtools/converters.pyr      s   r   c               @   s   e Zd ZdS )DWISimpleCompareOutputSpecN)r   r   r   r   r   r   r   r   '   s   r   c               @   s$   e Zd ZdZeZeZdZi Z	dZ
dS )DWISimpleCompareag  title: Nrrd DWI comparison

    category: Converters

    description: Compares two nrrd format DWI images and verifies that gradient magnitudes, gradient directions, measurement frame, and max B0 value are identicle.  Used for testing DWIConvert.

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

    documentation-url: http://www.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/DWIConvert

    license: https://www.nitrc.org/svn/brains/BuildScripts/trunk/License.txt

    contributor: Mark Scully (UIowa)

    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.  Additional support for DTI data produced on Philips scanners was contributed by Vincent Magnotta and Hans Johnson at the University of Iowa.
    z DWISimpleCompare FN)r   r   r   __doc__r   
input_specr   output_spec_cmd_outputs_filenames_redirect_xr   r   r   r   r   +   s   r   c               @   s(   e Zd ZeddddZeddddZdS )DWICompareInputSpecz#First input volume (.nhdr or .nrrd)Tz--inputVolume1 %s)r   r   r   z$Second input volume (.nhdr or .nrrd)z--inputVolume2 %sN)r   r   r   r   r   r   r   r   r   r   r    D   s   r    c               @   s   e Zd ZdS )DWICompareOutputSpecN)r   r   r   r   r   r   r   r!   Q   s   r!   c               @   s$   e Zd ZdZeZeZdZi Z	dZ
dS )
DWICompareag  title: Nrrd DWI comparison

    category: Converters

    description: Compares two nrrd format DWI images and verifies that gradient magnitudes, gradient directions, measurement frame, and max B0 value are identicle.  Used for testing DWIConvert.

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

    documentation-url: http://www.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/DWIConvert

    license: https://www.nitrc.org/svn/brains/BuildScripts/trunk/License.txt

    contributor: Mark Scully (UIowa)

    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.  Additional support for DTI data produced on Philips scanners was contributed by Vincent Magnotta and Hans Johnson at the University of Iowa.
    z DWICompare FN)r   r   r   r   r    r   r!   r   r   r   r   r   r   r   r   r"   U   s   r"   )r   osbaser   r   r   r   r   r   r	   r
   r   r   r   r   r   r    r!   r"   r   r   r   r   <module>   s   0