Radon transform: PEP8 fixes.

This commit is contained in:
Jostein Bø Fløystad
2013-07-13 20:11:49 +02:00
parent 462173a53a
commit 60444ee4d3
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -374,9 +374,9 @@ def iradon_sart(radon_image, theta=None, image=None, projection_shifts=None,
----------
.. [1] AC Kak, M Slaney, "Principles of Computerized Tomographic
Imaging", IEEE Press 1988.
.. [2] AH Andersen, AC Kak, "Simultaneous algebraic reconstruction technique
(SART): a superior implementation of the ART algorithm", Ultrasonic
Imaging 6 pp 81--94 (1984)
.. [2] AH Andersen, AC Kak, "Simultaneous algebraic reconstruction
technique (SART): a superior implementation of the ART algorithm",
Ultrasonic Imaging 6 pp 81--94 (1984)
.. [3] S Kaczmarz, "Angenäherte auflösung von systemen linearer
gleichungen", Bulletin International de lAcademie Polonaise des
Sciences et des Lettres 35 pp 355--357 (1937)
@@ -143,6 +143,7 @@ def test_radon_iradon():
# cubic interpolation is slow; only run one test for it
yield check_radon_iradon, 'cubic', 'shepp-logan'
def test_iradon_angles():
"""
Test with different number of projections