SIRF
3.6.0
|
Class to perform a cartesian FFT. More...
#include "FourierEncoding.h"
Public Member Functions | |
virtual void | forward (MRAcquisitionData &ac, const CFImage &img) const |
virtual void | backward (CFImage &img, const MRAcquisitionData &ac) const |
![]() | |
void | match_img_header_to_acquisition (CFImage &img, const ISMRMRD::Acquisition &acq) const |
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.