Skip to main content
. Author manuscript; available in PMC: 2016 Apr 20.
Published in final edited form as: Proc SPIE Int Soc Opt Eng. 2016 Mar 22;9783:97830R. doi: 10.1117/12.2216126

Algorithm 1.

Basic outline of algorithm focusing on the line search and acceleration.

μ0 ← deblur and FDK recon
n ← 0, t0 ← 1, z0μ0
while n < N do
pn ← − Δψ|μn, αi ← 0, i ← 0
while i < I do
   cd2ψdα2|αi
  if c < 0 then
   ccub
  end if
   αi+1αic1dψdα|αi, ii + 1
end while
tn+1(1+1+4tn2)/2, μn+1 ← [zn + αIp]+
zn+1μn+1+tn1tn+1(μn+1μn), nn + 1
end while