3
dS                 @   sB   d Z ddlmZ ddlmZmZmZ ejdZG dd deZ	dS )	zThe :py:mod:`nipype.interfaces.elastix` provides the interface to
the elastix registration software.

.. note:: http://elastix.isi.uu.nl/


   )logging   )CommandLineInputSpec	Directorytraitsznipype.interfacec               @   s4   e Zd ZedddddddZejdddddd	Zd
S )ElastixBaseInputSpecz./Tz-out %szoutput directory)exists	mandatory
usedefaultargstrdesc   z-threads %01dz,set the maximum number of threads of elastix)r
   r   Znohashr   N)__name__
__module____qualname__r   Zoutput_pathr   ZIntZnum_threads r   r   @/tmp/pip-build-7vycvbft/nipype/nipype/interfaces/elastix/base.pyr      s   r   N)
__doc__ r   baser   r   r   	getLoggerZifloggerr   r   r   r   r   <module>   s   
