Skip to content

ncan33/dynamic_maxgirf

 
 

Repository files navigation

Dynamic MaxGIRF

A repository in progress, which demonstrates the feasibility of MaxGIRF for dynamic MRI.

STCR routine

Call dual_te_STCR_parameter_sweep() to create a parameter sweep. Within this function, dual_te_STCR_wrapper() is called to perform dual-echo STCR. This function splits kspace data into two echoes, then performs STCR() on each echo separately.

The dual_te_STCR_wrapper() function is a modified version of Ye Tian's dual_te_recon.m, and STCR() is a modified version of Yongwan Lim's demo_recon_MATLAB.m. Original versions of these functions can be found in the ./old/ye_and_yongwan_functions directory. The older version of dual_te_STCR_wrapper() was a script, called script_dual_te_vds_STCR_recon.m and can be helpful for debugging purposes since variables are stored in memory. This script is stored in ./old.

Note to self

Add details about the RTHawk sequence. Figures demonstrating how dual-echo is encoded and explaining the variable density trajectory will be helpful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 93.8%
  • C 3.5%
  • HTML 2.4%
  • M 0.2%
  • C++ 0.1%
  • Makefile 0.0%