A repository in progress, which demonstrates the feasibility of MaxGIRF for dynamic MRI.
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.
Add details about the RTHawk sequence. Figures demonstrating how dual-echo is encoded and explaining the variable density trajectory will be helpful.