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

interfaces.dipy.anisotropic_power
=================================


.. _nipype.interfaces.dipy.anisotropic_power.APMQball:


.. index:: APMQball

APMQball
--------

`Link to code <file:///build/nipype-fj7ofr/nipype-1.0.0+git69-gdb2670326/nipype/interfaces/dipy/anisotropic_power.py#L29>`__

Calculates the anisotropic power map

Example
~~~~~~~

>>> import nipype.interfaces.dipy as dipy
>>> apm = dipy.APMQball()
>>> apm.inputs.in_file = 'diffusion.nii'
>>> apm.inputs.in_bvec = 'bvecs'
>>> apm.inputs.in_bval = 'bvals'
>>> apm.run()                                   # doctest: +SKIP

Inputs::

        [Mandatory]
        in_bval: (an existing file name)
                input b-values table
        in_bvec: (an existing file name)
                input b-vectors table
        in_file: (an existing file name)
                input diffusion data

        [Optional]
        b0_thres: (an integer (int or long), nipype default value: 700)
                b0 threshold
        ignore_exception: (a boolean, nipype default value: False)
                Print an error message instead of throwing an exception in case the
                interface fails to run
        mask_file: (an existing file name)
                An optional brain mask
        out_prefix: (a unicode string)
                output prefix for file names

Outputs::

        out_file: (an existing file name)
