Apply suggestions from code review of branch scanning-stability
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
2749a1818c
commit
9b58f4d59e
5 changed files with 15 additions and 15 deletions
|
|
@ -865,7 +865,7 @@ class NoFocusFoundError(RuntimeError):
|
|||
|
||||
|
||||
def _get_peak_turning_point(sharpnesses: np.ndarray) -> float:
|
||||
"""Get the turing point for a sharpnesses in a z-stack.
|
||||
"""Get the turning point for a sharpnesses in a z-stack.
|
||||
|
||||
:param sharpnesses: A numpy array of sharpnesses
|
||||
:return: The x value of the turning point where x-axis is 0 to N-1 for the N
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue