ODIN
|
#include <ldrfunction.h>
Public Attributes | |
int | index |
float | traj_s |
float | kx |
float | ky |
float | kz |
float | Gx |
float | Gy |
float | Gz |
float | denscomp |
Structure to return k-space coordinates, gradient strengts and sampling density compensations of trajectories.
Definition at line 52 of file ldrfunction.h.
float kspace_coord::denscomp |
Compensation for differing sampling density, RF shape or RF signal will be multiplied by this function
Definition at line 99 of file ldrfunction.h.
float kspace_coord::Gx |
The dimension-less x-gradient, i.e. the derivative of kx by s (the dimension-less time parameter)
Definition at line 84 of file ldrfunction.h.
float kspace_coord::Gy |
The dimension-less y-gradient, i.e. the derivative of kx by s (the dimension-less time parameter)
Definition at line 89 of file ldrfunction.h.
float kspace_coord::Gz |
The dimension-less z-gradient, i.e. the derivative of kx by s (the dimension-less time parameter)
Definition at line 94 of file ldrfunction.h.
|
mutable |
The current index in the array
Definition at line 59 of file ldrfunction.h.
float kspace_coord::kx |
The dimension-less x-coordinate in k-space, ranging from -1 to 1
Definition at line 69 of file ldrfunction.h.
float kspace_coord::ky |
The dimension-less y-coordinate in k-space, ranging from -1 to 1
Definition at line 74 of file ldrfunction.h.
float kspace_coord::kz |
The dimension-less z-coordinate in k-space, ranging from -1 to 1
Definition at line 79 of file ldrfunction.h.
float kspace_coord::traj_s |
The dimension-less time parameter which will be used for the shape and filter, ranging from 0 to 1
Definition at line 64 of file ldrfunction.h.