- Purpose:
- Container class for deconvolution kernels.
- Description:
- Implements various deconvolution kernels for diffusion MRI. All kernels
are accessed through the single public interface function kernel. The type of
kernel and its parameter settings are specified in the argument params. The
first element of params specifies the type of kernel:
params[0] = 1.0 specifies the PASMRI deconvolution kernel
Any other setting specifies the SPIKE deconvolution kernel.
$Id: SphDeconvKernels.java 58 2006-10-26 11:38:18Z ucacmgh $