SIRF  3.6.0
Public Member Functions | List of all members
sirf::CartesianFourierEncoding Class Reference

Class to perform a cartesian FFT. More...

#include "FourierEncoding.h"

Inheritance diagram for sirf::CartesianFourierEncoding:
sirf::FourierEncoding

Public Member Functions

virtual void forward (MRAcquisitionData &ac, const CFImage &img) const
 
virtual void backward (CFImage &img, const MRAcquisitionData &ac) const
 
- Public Member Functions inherited from sirf::FourierEncoding
void match_img_header_to_acquisition (CFImage &img, const ISMRMRD::Acquisition &acq) const
 

Detailed Description

Class to perform a cartesian FFT.

The transform performs sorting of the data into a 4D matrix with the dimensions x, y, z and coil with a subsequent FFT along the first three dimensions. The methods assume that the acquisitions belong to the same dynamics, i.e. to the same echo, repetition etc.


The documentation for this class was generated from the following files: