17 #ifndef _MITK_KspaceReadout_H
18 #define _MITK_KspaceReadout_H
virtual itk::Index< 2 > GetActualKspaceIndex(itk::Index< 2 > index)=0
Transfer simple image iterator index to desired k-space index (depends on k-space readout scheme) ...
virtual double GetRedoutTime(itk::Index< 2 > index)=0
Time passed since readout started in milliseconds.
virtual void AdjustEchoTime()=0
Depending on the k-space readout scheme and acquisition parameters the minimum TE varies...
DataCollection - Class to facilitate loading/accessing structured data.
virtual double GetTimeFromMaxEcho(itk::Index< 2 > index)=0
Time from maximum echo intensity in milliseconds.
double m_NegTEhalf
negative time to read half the k-space (needed to calculate the ms from the maximum echo); THIS IS NO...
virtual ~AcquisitionType()
AcquisitionType(FiberfoxParameters< double > *parameters)
FiberfoxParameters< double > * m_Parameters
Abstract class for k-space acquisiton type (k-space trajectory and echo placement) ...