SIRF
3.5.0
|
Class to keep track of order in k-space. More...
#include "gadgetron_data_containers.h"
Public Types | |
typedef std::array< int, num_kspace_dims_ > | TagType |
typedef std::vector< int > | SetType |
Static Public Member Functions | |
static void | print_tag (const TagType &tag) |
static void | print_acquisition_tag (ISMRMRD::Acquisition acq) |
static TagType | get_tag_from_acquisition (ISMRMRD::Acquisition acq) |
Function to get k-space dimension tag from an ISMRMRD::Acquisition. More... | |
static TagType | get_tag_from_img (const CFImage &img) |
Function to get k-space dimension tag from an ISMRMRD::Image. More... | |
Class to keep track of order in k-space.
The entirety of data consists of all acquisitions in the container. However, the individual acquisitions belong to different subsets of k-space. These each have a different slice, contrast, repetition etc. This class is used to keep track of what acquisitions belong to which subset.
|
static |
Function to get k-space dimension tag from an ISMRMRD::Acquisition.
This allows to find out which k-space dimension an Acquisition belongs to.
|
static |
Function to get k-space dimension tag from an ISMRMRD::Image.
This allows to find out which k-space dimension the image belongs to.