public class ImportSH_Coeffs
extends java.lang.Object
Purpose:
Converts the spherical harmonic (SH) output of several third party programs to the format
expected in Camino.
Description:
Reorders and outputs SH coefficients into the format expected by Camino.
Camino uses the following ordering:
[c00, c20, Re(c21), Im(c21), Re(c22), Im(c22), c40, Re(c41), Im(c41), ...].
This program currently supports Tournier's Spherical Deconvolution
programs (both Matlab and C).