KSFoundation  [April-2021]
A platform for simpler EPIC programming on GE MR systems
KS_PHASEENCODING_COORD Struct Reference

#include <KSFoundation.h>

Data Fields

int ky
 
int kz
 

Detailed Description

Struct holding a 3D k-space phase encoding location (ky,kz)

This struct is used in KS_PHASEENCODING_PLAN

  • ky first phase encoding direction (typically played on YGRAD)
  • kz second phase encoding direction (typically played on ZGRAD)

Note that KS_PHASEENCODING_COORD coord = KS_INIT_PHASEENCODING_COORD; will initialize both coordinates to KS_NOTSET (-1). This means "don't use", and effectively in scan, this will set corresponding gradient amplitude to zero, possibly also shutting off acquisition depending on the situation.

For 2D scans, .kz should remain KS_NOTSET

Field Documentation

◆ ky

int ky

◆ kz

int kz

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