Pages = [
"index.md",
"t2map.md",
"t2part.md",
"cli.md",
"ref.md",
"internals.md",
]
Depth = 2
DECAES provides tools for decomposing multi-exponential signals which arise from multi spin-echo magnetic resonance imaging (MRI) scans into exponential components. The main decomposition method used is an inverse Laplace transform-based technique which involves solving the regularized nonnegative least squares (NNLS) inverse problem
where
The output
Using Julia v1.9 or later you can install DECAES as follows:
$ julia --project=@decaes -e 'import Pkg; Pkg.add("DECAES"); Pkg.build("DECAES")'This will add DECAES.jl to a named Julia project environment separate from your global environment, and build the decaes launcher script at ~/.julia/bin for running DECAES from the command line.
DECAES can similarly be updated to the latest version as follows:
$ julia --project=@decaes -e 'import Pkg; Pkg.update("DECAES"); Pkg.build("DECAES")'Myelin water imaging (MWI) is an MRI technique used to visualize the myelin water contained within the sheaths of myelinated axons within the body, such as within the brain's white matter.
Through analysing
MWI was pioneered at the University of British Columbia by Alex MacKay and Ken Whittal.
Basics of myelin water imaging:
- https://doi.org/10.1002/mrm.1910310614
- https://doi.org/10.1016/0022-2364(89)90011-5
- https://doi.org/10.1016/j.neuroimage.2012.06.064
- https://doi.org/10.1002/mrm.23157
Validation of myelin water imaging:
- https://doi.org/10.1016/j.neuroimage.2007.12.008
- https://doi.org/10.1016/j.neuroimage.2017.03.065
- https://doi.org/10.1016/j.neuroimage.2019.05.042
Some applications of myelin water imaging:
- https://doi.org/10.1177/1352458517723717
- https://doi.org/10.1038/s41598-018-33112-8
- https://doi.org/10.1371/journal.pone.0150215
- Porting to Julia was done by Jonathan Doucette (email: jdoucette@physics.ubc.ca) in November 2019. This work was funded by NSERC (016-05371) and CIHR (RN382474-418628) under PI Alexander Rauscher at the University of British Columbia
- Christian Kames (email: ckames@physics.ubc.ca) contributed to optimizing the Julia port for both speed and memory efficiency, as well as writing the PAR/XML/REC file reader used internally
- Original MATLAB code was written by Thomas Prasloski (email: tprasloski@gmail.com). Modifications to the MATLAB code were made by Vanessa Wiggermann to enable processing on various MATLAB versions in February 2019. The Julia port is based on this modified version
If you use DECAES in your research, please cite the following:
@article{DECAES.jl-2020,
title = {{{DECAES}} - {{DEcomposition}} and {{Component Analysis}} of {{Exponential Signals}}},
author = {Doucette, Jonathan and Kames, Christian and Rauscher, Alexander},
year = {2020},
month = may,
issn = {1876-4436},
doi = {10.1016/j.zemedi.2020.04.001},
journal = {Zeitschrift Fur Medizinische Physik},
keywords = {Brain,Luminal Water Imaging,MRI,Myelin Water Imaging,Prostate},
language = {eng},
pmid = {32451148}
}