iradon_sart: fix comment spelling.

This commit is contained in:
Jostein Bø Fløystad
2013-07-05 13:14:39 +02:00
parent f2790d658c
commit af47941435
+1 -1
View File
@@ -298,7 +298,7 @@ def order_angles_golden_ratio(theta):
index = remaining.pop(0)
angle = theta[index]
yield index
# determine subsequent angles using the golden ration method
# determine subsequent angles using the golden ratio method
angle_increment = interval * (1 - (np.sqrt(5) - 1) / 2)
while remaining:
angle = (angle + angle_increment) % interval