Skip to content

Commit b8eedd6

Browse files
Merge branch 'master' into wms_oversegment
2 parents 07fd211 + e34fb09 commit b8eedd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kimimaro/utility.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ def cross_sectional_area(
141141
that have a nonzero value for
142142
skel.cross_sectional_area_contacts. This is intended
143143
to be used as a second pass after widening the image.
144+
145+
visualize_section_planes: For debugging, paint section planes
146+
and display them using microviewer.
144147
"""
145148
prop = {
146149
"id": "cross_sectional_area",
@@ -149,7 +152,6 @@ def cross_sectional_area(
149152
}
150153

151154
def cross_sectional_area_helper(skel, binimg, roi):
152-
153155
cross_sections = None
154156
if visualize_section_planes:
155157
cross_sections = np.zeros(binimg.shape, dtype=np.uint32, order="F")

0 commit comments

Comments
 (0)