ODIN
Public Attributes | List of all members

#include <ldrfunction.h>

Public Attributes

int index
 
float traj_s
 
float kx
 
float ky
 
float kz
 
float Gx
 
float Gy
 
float Gz
 
float denscomp
 

Detailed Description

Structure to return k-space coordinates, gradient strengts and sampling density compensations of trajectories.

Definition at line 52 of file ldrfunction.h.

Member Data Documentation

◆ denscomp

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.

◆ Gx

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.

◆ Gy

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.

◆ Gz

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.

◆ index

int kspace_coord::index
mutable

The current index in the array

Definition at line 59 of file ldrfunction.h.

◆ kx

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.

◆ ky

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.

◆ kz

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.

◆ traj_s

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.


The documentation for this struct was generated from the following file: