SAF
|
Internal data structure for sphPWD. More...
#include <saf_sh_internal.h>
Data Fields | |
int | order |
int | nSH |
int | nDirs |
float_complex * | grid_svecs |
float_complex * | A_Cx |
float * | grid_dirs_xyz |
float * | pSpec |
float * | P_minus_peak |
float * | P_tmp |
float * | VM_mask |
Internal data structure for sphPWD.
Definition at line 50 of file saf_sh_internal.h.
float_complex* sphPWD_data::A_Cx |
Definition at line 53 of file saf_sh_internal.h.
float* sphPWD_data::grid_dirs_xyz |
Definition at line 54 of file saf_sh_internal.h.
float_complex* sphPWD_data::grid_svecs |
Definition at line 52 of file saf_sh_internal.h.
int sphPWD_data::nDirs |
Definition at line 51 of file saf_sh_internal.h.
int sphPWD_data::nSH |
Definition at line 51 of file saf_sh_internal.h.
int sphPWD_data::order |
Definition at line 51 of file saf_sh_internal.h.
float* sphPWD_data::P_minus_peak |
Definition at line 56 of file saf_sh_internal.h.
float* sphPWD_data::P_tmp |
Definition at line 57 of file saf_sh_internal.h.
float* sphPWD_data::pSpec |
Definition at line 55 of file saf_sh_internal.h.
float* sphPWD_data::VM_mask |
Definition at line 58 of file saf_sh_internal.h.