Skip to main content
. Author manuscript; available in PMC: 2018 Oct 1.
Published in final edited form as: IEEE Trans Med Imaging. 2017 Jul 14;36(10):2087–2098. doi: 10.1109/TMI.2017.2726995

Algorithm 1.

Proposed algorithm for the recovery of exponential image time series

Initialize ρ̂(0) and choose ε(0) > 0;
for n = 1 to Nmax or tolerance threshold reached do
graphic file with name nihms912057t1.jpg Step1: Weight matrix update:
  Compute each block Rp,q of the Gram matrix R using (28) and (29);
  Compute the eigen values and eigen vectors {λ(i),u(i)}i=1M from the eigen decomposition of R;
  Evaluate the null space vectors:
h(i)=αi(u(i)),where
α(i)=(λ(i)+ε(n1))p21;
Step2: Least Squares update:
  Solve the least squares problem:
ρ^(n)=agr minρ^i=1MD(h(i))Qρ^22+μp2𝒜(ρ^)b22
using Conjugate gradient (CG) method;
Choose ε(n) such that 0 < ε(n)ε(n−1);
end