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

版本 1.0.0.0 (419.7 KB) 作者: Ti Xu
Phase guided method for Nyquist ghost correction in 3D EPSI data
187.0 次下载
更新时间 2016/4/20

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).

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
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

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库