mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
iradon_sart: fix comment spelling.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user