We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f37f3 commit 8e314e7Copy full SHA for 8e314e7
1 file changed
src/imcflibs/imagej/misc.py
@@ -91,7 +91,9 @@ def calculate_mean_and_stdv(float_values):
91
92
93
def find_focus(imp):
94
- """Function to get the focused stack. Works on single-channel images only.
+ """Find the slice of a stack that seems to bet the best focused one.
95
+
96
+ NOTE: currently only single-channel stacks are supported.
97
98
Parameters
99
----------
@@ -101,7 +103,6 @@ def find_focus(imp):
101
103
Returns
102
104
-------
105
int
- Slice number which seems to be the best focused one.
106
"""
107
108
imp_dimensions = imp.getDimensions()
0 commit comments