Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimuhuo/lrii
https://github.com/zimuhuo/lrii
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zimuhuo/lrii
- Owner: ZimuHuo
- Created: 2024-06-23T22:45:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T16:30:34.000Z (about 2 months ago)
- Last Synced: 2024-10-04T19:48:51.073Z (about 2 months ago)
- Language: MATLAB
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LRII
Credit should also be given to Dr. Tobias Wood, who has been experimenting with the low-rank method. His work has not yet been published and I was unaware of it at the time of my paper submission.
# 3D Simulation of ZTE Dead-Time Gap Infilling
## Methods and Dependencies
### Stoch Olejniczak Method
The method can be found [here](https://github.com/curtcorum/missing_points_phase?tab=readme-ov-file). Note that their license prohibits the distribution of any modifications, so the modified code is not included in this repository.### CG SENSE Method
The CG SENSE method was downloaded from [gpuNUFFT](https://github.com/andyschwarzl/gpuNUFFT). Specifically, the script used is [cg_sense_3d.m](https://github.com/andyschwarzl/gpuNUFFT/blob/350fc322ce0e259efc8b1dfd49e7339163ca7f2f/matlab/demo/utils/cg_sense_3d.m#L4).### ESPIRiT
You may also need to install BART for ESPIRiT. Installation instructions can be found [here](https://mrirecon.github.io/bart/).### ZINFANDEL
An implementation of ZINFANDEL is included in this repository. The original version can be found [here](https://github.com/spinicist/riesling).### Parallel MATLAB Files
Some files from the parallel repository (e.g., `pcgpc`, `pcgL1`, `DWT`) are needed. They can be found [here](https://github.com/marcsous/parallel).For any issues or questions, feel free to open an issue in this repository.
## Gap size 2, SNR 10
![Gap size 2 snr 10](gap_size_2_snr10.jpg)
## Gap size 3, SNR 10
![Gap size 3 snr 10](gap_size_3_snr10.jpg)