public class DeconvToCamenoFormat
extends java.lang.Object
Purpose:
Converts the output of Donald Tournier's sig2fod program to the format
expected in the Cameno suite.
Description:
sig2fod outputs spherical harmonic coefficients in the following order:
[c00, -Im(c22), -Im(c21), c20, Re(c21), Re(c22), c40, -Im(c44), ...]. The
Cameno tools use the following ordering: [c00, c20, Re(c21), Im(c21),
Re(c22), Im(c22), c40, Re(c41), Im(c41), ...]. This program reads input in
the former format and outputs the same data in the latter format.