|
SAF
|
Internal data structure for sphMUSIC. More...
#include <saf_sh_internal.h>
Data Fields | |
| int | order |
| int | nSH |
| int | nDirs |
| float_complex * | grid_svecs |
| float_complex * | VnA |
| float * | grid_dirs_xyz |
| float * | abs_VnA |
| float * | pSpec |
| float * | pSpecInv |
| float * | P_minus_peak |
| float * | P_tmp |
| float * | VM_mask |
Internal data structure for sphMUSIC.
Definition at line 63 of file saf_sh_internal.h.
| float* sphMUSIC_data::abs_VnA |
Definition at line 68 of file saf_sh_internal.h.
| float* sphMUSIC_data::grid_dirs_xyz |
Definition at line 67 of file saf_sh_internal.h.
| float_complex* sphMUSIC_data::grid_svecs |
Definition at line 65 of file saf_sh_internal.h.
| int sphMUSIC_data::nDirs |
Definition at line 64 of file saf_sh_internal.h.
| int sphMUSIC_data::nSH |
Definition at line 64 of file saf_sh_internal.h.
| int sphMUSIC_data::order |
Definition at line 64 of file saf_sh_internal.h.
| float* sphMUSIC_data::P_minus_peak |
Definition at line 71 of file saf_sh_internal.h.
| float* sphMUSIC_data::P_tmp |
Definition at line 72 of file saf_sh_internal.h.
| float* sphMUSIC_data::pSpec |
Definition at line 69 of file saf_sh_internal.h.
| float* sphMUSIC_data::pSpecInv |
Definition at line 70 of file saf_sh_internal.h.
| float* sphMUSIC_data::VM_mask |
Definition at line 73 of file saf_sh_internal.h.
| float_complex* sphMUSIC_data::VnA |
Definition at line 66 of file saf_sh_internal.h.