mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
radon: Correct docstring of order_angles_golden_ratio.
This commit is contained in:
@@ -269,9 +269,11 @@ def order_angles_golden_ratio(theta):
|
||||
|
||||
Returns
|
||||
-------
|
||||
indices : 1D array of unsigned integers
|
||||
Indices into ``theta`` such that ``theta[indices]`` gives the
|
||||
approximate golden ratio ordering of the projections.
|
||||
indices_generator : generator yielding unsigned integers
|
||||
The returned generator yields indices into ``theta`` such that
|
||||
``theta[indices]`` gives the approximate golden ratio ordering
|
||||
of the projections. In total, ``len(theta)`` indices are yielded.
|
||||
All non-negative integers < ``len(theta)`` are yielded exactly once.
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user