iradon_sart: Add wikipedia reference to Kaczmarz method.

This commit is contained in:
Jostein Bø Fløystad
2013-06-10 09:38:28 +02:00
parent 372f0127f9
commit 496902145f
+2
View File
@@ -341,6 +341,8 @@ def iradon_sart(radon_image, theta=None, image=None, projection_shifts=None,
-AH Andersen, AC Kak, "Simultaneous algebraic reconstruction technique
(SART): a superior implementation of the ART algorithm", Ultrasonic
Imaging 6 pp 81--94 (1984)
-Kaczmarz' method, Wikipedia,
http://en.wikipedia.org/wiki/Kaczmarz_method
"""
if theta is None:
theta = np.linspace(0, 180, radon_image.shape[1], endpoint=False)