Skip to content

Commit 70b9a82

Browse files
committed
Function names should be all lowercase
1 parent 0fe5a41 commit 70b9a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/objects3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def imgplus_to_population3d(imp):
5656
return Objects3DPopulation(img)
5757

5858

59-
def segment_3D_image(imp, title=None, min_thresh=1, min_vol=None, max_vol=None):
59+
def segment_3d_image(imp, title=None, min_thresh=1, min_vol=None, max_vol=None):
6060
"""Segment a 3D binary image to get a labelled stack.
6161
6262
Parameters

0 commit comments

Comments
 (0)