|
| svkGEPFileMapperUCSFfidcsiDev0 () |
|
| ~svkGEPFileMapperUCSFfidcsiDev0 () |
|
virtual vtkstd::string | GetVolumeLocalizationTechnique () |
|
virtual void | GetSelBoxCenter (float selBoxCenter[3]) |
|
virtual void | GetSelBoxSize (float selBoxSize[3]) |
|
virtual void | GetCenterFromRawFile (double *center) |
|
virtual bool | IsChopOn () |
|
void | ModifyForPatientEntry (svkImageData *data) |
|
void | InitMRSpectroscopyModule () |
|
float | GetPPMRef () |
|
| svkGEPFileMapperUCSF () |
|
| ~svkGEPFileMapperUCSF () |
|
virtual int | GetNumKSpacePoints () |
|
virtual bool | WasIndexSampled (int xIndex, int yIndex, int zIndex) |
|
virtual void | InitSatBandsFromXML () |
|
| svkGEPFileMapper () |
|
| ~svkGEPFileMapper () |
|
void | InitPatientModule () |
|
void | InitGeneralStudyModule () |
|
void | InitGeneralSeriesModule () |
|
void | InitFrameOfReferenceModule () |
|
void | InitGeneralEquipmentModule () |
|
void | InitEnhancedGeneralEquipmentModule () |
|
virtual void | InitMultiFrameFunctionalGroupsModule () |
|
virtual void | InitAcquisitionContextModule () |
|
virtual void | InitMRSpectroscopyPulseSequenceModule () |
|
virtual void | InitSharedFunctionalGroupMacros () |
|
virtual void | InitPerFrameFunctionalGroupMacros () |
|
virtual void | InitPixelMeasuresMacro () |
|
virtual void | InitPlaneOrientationMacro () |
|
virtual void | InitMRSpectroscopyFrameTypeMacro () |
|
virtual void | InitMRTimingAndRelatedParametersMacro () |
|
virtual void | InitMRSpectroscopyFOVGeometryMacro () |
|
virtual void | InitMREchoMacro () |
|
virtual void | InitMRModifierMacro () |
|
virtual void | InitMRReceiveCoilMacro () |
|
virtual void | InitMRTransmitCoilMacro () |
|
virtual void | InitMRAveragesMacro () |
|
virtual void | InitMRSpatialSaturationMacro () |
|
virtual void | InitSatBand (float satRAS[3], float translation) |
|
virtual void | InitVolumeLocalizationSeq () |
|
virtual void | InitMRSpectroscopyDataModule () |
|
virtual void | InitK0Sampled (svkDcmHeader *hdr) |
|
virtual float | GetFrequencyOffset () |
|
int | GetNumVoxelsInVol () |
|
virtual void | GetNumVoxels (int numVoxels[3]) |
|
virtual void | GetVoxelSpacing (double voxelSpacing[3]) |
|
void | GetFOV (float fov[3]) |
|
int | GetNumCoils () |
|
int | GetNumFrames () |
|
virtual int | GetNumTimePoints () |
|
virtual int | GetNumDummyScans () |
|
virtual int | GetNumEPSIAcquisitions () |
|
bool | AddDummy (int offset, int coilNum, int timePt) |
|
void | GetDcos (double dcos[3][3]) |
|
bool | IsSwapOn () |
|
bool | Is2D () |
|
virtual void | GetXYZIndices (int dataIndex, int *x, int *y, int *z) |
|
void | UpdateProgress (double amount) |
|
virtual void | ModifyBehavior (svkImageData *data) |
|
void | RedimensionModifiedSVData (svkImageData *data) |
|
virtual int | GetNumberUnsuppressedAcquisitions () |
|
virtual int | GetNumberSuppressedAcquisitions () |
|
virtual void | GetSelBoxCenter (double selBoxCenter[3]) |
|
virtual void | GetSelBoxSize (double selBoxSize[3]) |
|
void | SetCellSpectrum (vtkImageData *data, bool wasSampled, int offset, int index, int x, int y, int z, int timePoint=0, int channel=0) |
|
virtual void | InitSpecTuple (int numFreqPts, int freqPt, float *tuple, vtkDataArray *dataArray) |
|
int | GetHeaderValueAsInt (string key) |
|
long long int | GetHeaderValueAsLongInt (string key) |
|
float | GetHeaderValueAsFloat (string key) |
|
string | GetHeaderValueAsString (string key) |
|
bool | isInputArgSet (string argName) |
|
bool | GetInputArgStringValue (string argName, string *argValue) |
|
bool | GetInputArgBoolValue (string argName, bool *argValue) |
|
virtual void | ReorderEPSI (svkMrsImageData *data) |
|
string | GetNucleus () |
|
void | ModifyForPatientEntry (double dcos[3][3]) |
|
Mapper from a GE P-file header to a DICOM MRS SOP Class. This concrete svkGEPFileMapper overrides the default product sequence logic with specifics required for reading symmetric EPSI data acquired with the fidcsi_ucsf_dev0 research PSD developed by Peder Larson, PhD, UCSF Department of Radiology and Biomedical Imaging. This mapper outputs a regular cartesian grid of k-space data suitable for Fourier transform reconstruction.
Non-uniformly sampled Symmetric EPSI ramp data is sampled onto a cartesian grid using a "Gridding" algorithm based on a Kaiser-Bessel convolving function as described in references 1 and 2.
Portions of this implementation are based on a MATLAB implementation of the regridding algorithm developed by Brian Hargreaves, Ph.D. (Stanford University) that is available at the following URL:
The following people contributed to the development, implementation and validation of this class:
Peder E.Z. Larson, PhD (UCSF Department of Radiology and Biomedical Imaging)
Jason C. Crane, PhD (UCSF Department of Radiology and Biomedical Imaging)
Sarah J. Nelson, PhD (UCSF Department of Radiology and Biomedical Imaging)
Daniel Vigneron, PhD (UCSF Department of Radiology and Biomedical Imaging)
Mathew L. Zierhut, PhD (UCSF Department of Radiology and Biomedical Imaging)
References:
- John I. Jackson, Craig H. Meyer, Dwight G. Nishimura and Albert Macovski Selection of a Convolution Function for Fourier Inversion Using Gridding IEEE TRANSACTIONS ON MEDICAL IMAGING. VOL. 10. NO. 3 , SEPTEMBER 1991
- Philip J. Beatty, Dwight G. Nishimura, John M. Pauly, Rapid Gridding Reconstruction With a Minimal Oversampling Ratio IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 24, NO. 6, JUNE 2005