hexrd.convolution.utils module

exception hexrd.convolution.utils.DiscretizationError[source]

Bases: Exception

Called when discretization of models goes wrong.

exception hexrd.convolution.utils.KernelSizeError[source]

Bases: Exception

Called when size of kernels is even.

hexrd.convolution.utils.has_even_axis(array)[source]
hexrd.convolution.utils.raise_even_kernel_exception()[source]