1 parent 4399e84 commit 41885efCopy full SHA for 41885ef
1 file changed
vesskel/_napari.py
@@ -41,9 +41,9 @@ def _setup_ui(self):
41
# ---------- extraction parameters (magicgui) ----------
42
def _extraction_params(
43
image: "napari.layers.Image",
44
- extract_branches: bool = True,
45
- extract_branch_text: bool = True,
46
- extract_summary: bool = True,
+ extract_branches: bool = False,
+ extract_branch_text: bool = False,
+ extract_summary: bool = False,
47
include_fractal: bool = False,
48
include_vessel_radius: bool = False,
49
junction_cleanup: bool = False,
0 commit comments