Nyquist artifact correction in 3D Echo Planar Spectroscopic Imaging (EPSI) data

Version 1.0.0.0 (420 KB) by Ti Xu
Phase guided method for Nyquist ghost correction in 3D EPSI data
187 Downloads
Updated 20 Apr 2016

This algorithm was developed as part of a project to remove corruptions in 3D Echo Planar Spectroscopic (EPSI) datasets known as Nyquist ghost artifacts. The routine implemented follows work from Chen et al. 2004, Removal of EPI Nyquist ghost artifacts with two-dimensional phase correction.
The raw 3D EPSI dataset in the case considered is composed of N=150 k-space and time or k-t volumes, each volume being an 384 x 128 x 32 array (kx, ky, echo). Odd-even echo inconsistencies in the readout (kx) direction creates the Nyquist artifact, see nyquist_artifact.png for illustration. Phase guided correction was performed by navigating to the center of k-space (ky=128/2) and acquiring the Fourier transform on the mean of the 1st and 3rd echoes along the kx or readout direction and then multiplying it with the conjugate of the Fourier transform of the 2nd echo. The product is then linearly fitted to obtain the phase offset. This process was performed iteratively over the 150 k-t volumes. Goodness-of-fit was greater near the center of k-space where SNR is high and was used to threshold the reliability of the fit. A mean over the phase offsets acquired near the center of k-space was calculated and used to correct/rearrange the k-t dataset globally.

Notes: A large portion of the script deals with manipulating the 4D array. Specifically, lines 26 to 40 in epsi3d_nyquist_correction.m routine focuses on the implementation of the technique.

%Results

results.png shows the complex signal phase from a sample voxel and its corresponding Fourier transform, with the distinct N/2 ghosting peak (N=32 echoes). Plots in red represent the cases with the Nyquist artifact. Results upon correction are shown in blue. The script epsi3d_nyquist_correction.m calls the routine rsquare.m (MathWorks function written by Jered Wells).

Cite As

Ti Xu (2024). Nyquist artifact correction in 3D Echo Planar Spectroscopic Imaging (EPSI) data (https://github.com/BluesBlues213/nyquist-ghost-correction-in-3D-EPSI-data), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Biomedical Imaging in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

Thumbnail figure shows the results upon correction, signal phase in the left panel and the Fourier transform of the complex signal (or spectral frequencies) on the right. Red plots represent the raw data and blue, upon correction.

updated title

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.