Skip to content

fglang/linearCEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear projection-based CEST reconstruction

Demo codes for linear projection-based CEST reconstruction and L1-regularization-based feature selection ('CEST-LASSO'). Uses FISTA as submodule for solving LASSO problems, so use git clone --recursive

  • linearCEST_demo1_pinv.m: Demo of fitting linear regression coefficients to a training dataset that directly map from raw, uncorrected Z-spectra to target contrast parameters of interest, which are here conventionally fitted Lorentzian parameters describing APT, NOE, MT and amine effects. Only uses Matlab's native pinv function.
  • linearCEST_demo2_LASSO.m: Example for L1-regularization-based feature selection ('CEST-LASSO') for the linear CEST reconstruction method. The regularization enforces sparsity of Z-spectral offsets, such that a potential acceleration of CEST measurements by acquiring less offsets can be achieved. Uses the external FISTA repo for solving LASSO objectives.

Demo data can be downloaded from here.


Felix Glang1*, Moritz S. Fabian2, Alexander German2, Katrin M. Khakzar2, Angelika Mennecke2, Andrzej Liebert3, Kai Herz1,4, Patrick Liebig5, Burkhard S. Kasper6, Manuel Schmidt2, Armin M. Nagel3, Frederik B. Laun3, Arnd Dörfler2, Klaus Scheffler1,3, Moritz Zaiss1,2

1Magnetic Resonance Center, Max Planck Institute for Biological Cybernetics, Tübingen, Germany
2Department of Neuroradiology, University Hospital Erlangen, Erlangen, Germany
3Institute of Radiology, University Hospital Erlangen, Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU), Germany
4Department of Biomedical Magnetic Resonance, Eberhard Karls University Tübingen, Tübingen, Germany
5Siemens Healthcare GmbH, Erlangen, Germany
6Department of Neurology, University Clinic of Friedrich Alexander University Erlangen-Nürnberg, Erlangen, Germany

Correspondence:
Felix Glang
Magnetic Resonance Center
Max Planck Institute for Biological Cybernetics
Tübingen, Germany
felix.glang@tuebingen.mpg.de

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages