Skip to main content
. Author manuscript; available in PMC: 2019 Jun 5.
Published in final edited form as: SIAM J Imaging Sci. 2018 Jun 5;11(2):1560–1588. doi: 10.1137/17M1153649

Algorithm 1.

Parameterized joint reconstruction method

Input: cp(0), p0(0),β
Output: cp^, p0^
 1: k ← 0 {k is the algorithm iteration number.}
 2: while stopping criterion is not satisfied do
 3:  Calculate Gp(k) and Gc(k)
 4:  Choose αkp and αkc via Algorithm 2
 5:  p0(k+1)proxαkpβR(p0(k)αkpGp(k))
 6:  cp(k+1)cp(k)αkcBGc(k)
 7:  kk + 1
 8: end while
 9: cp^cp(k)
 10: p0^p0(k)