![]() |
|
Data Structures | |
struct | mri_inh_2d1d_plan |
The structure for the transform plan. More... | |
struct | mri_inh_3d_plan |
The structure for the transform plan. More... | |
Functions | |
void | mri_inh_2d1d_trafo (mri_inh_2d1d_plan *ths) |
Executes a mri transformation considering the field inhomogeneity with the 2d1d method, i.e. | |
void | mri_inh_2d1d_adjoint (mri_inh_2d1d_plan *ths) |
Executes an adjoint mri transformation considering the field inhomogeneity with the 2d1d method, i.e. | |
void | mri_inh_2d1d_init_guru (mri_inh_2d1d_plan *ths, int *N, int M, int *n, int m, double sigma, unsigned nfft_flags, unsigned fftw_flags) |
Creates a transform plan. | |
void | mri_inh_2d1d_finalize (mri_inh_2d1d_plan *ths) |
Destroys a plan. | |
void | mri_inh_3d_trafo (mri_inh_3d_plan *ths) |
Executes a mri transformation considering the field inhomogeneity with the 3d method, i.e. | |
void | mri_inh_3d_adjoint (mri_inh_3d_plan *ths) |
Executes an adjoint mri transformation considering the field inhomogeneity with the 3d method, i.e. | |
void | mri_inh_3d_init_guru (mri_inh_3d_plan *ths, int *N, int M, int *n, int m, double sigma, unsigned nfft_flags, unsigned fftw_flags) |
void | mri_inh_3d_finalize (mri_inh_3d_plan *ths) |
Destroys a plan. |
|
Executes a mri transformation considering the field inhomogeneity with the 2d1d method, i.e.
computes for
Definition at line 40 of file mri.c. References window_funct_plan_::m, window_funct_plan_::n, nfft_trafo(), and PI. Referenced by construct(). |
|
Executes an adjoint mri transformation considering the field inhomogeneity with the 2d1d method, i.e.
computes for
Definition at line 82 of file mri.c. References window_funct_plan_::m, window_funct_plan_::n, nfft_adjoint(), and PI. |
|
Creates a transform plan.
Definition at line 134 of file mri.c. References nfft_init_guru(). Referenced by construct(). |
|
Destroys a plan.
Definition at line 149 of file mri.c. References nfft_finalize(). Referenced by construct(). |
|
Executes a mri transformation considering the field inhomogeneity with the 3d method, i.e.
computes for
Definition at line 164 of file mri.c. References window_funct_plan_::m, window_funct_plan_::n, and nfft_trafo(). Referenced by construct(). |
|
Executes an adjoint mri transformation considering the field inhomogeneity with the 3d method, i.e.
computes for
Definition at line 196 of file mri.c. References window_funct_plan_::m, window_funct_plan_::n, and nfft_adjoint(). |
|
Destroys a plan.
Definition at line 238 of file mri.c. References nfft_finalize(). Referenced by construct(). |