From 63d9245f4d262dc590289ae3e08cd0d49132b735 Mon Sep 17 00:00:00 2001 From: Gautghadi-1605 Date: Sat, 14 Mar 2026 02:47:20 -0500 Subject: [PATCH] Remove unused detection constants --- cellfinder/napari/detect/detect.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cellfinder/napari/detect/detect.py b/cellfinder/napari/detect/detect.py index 51ef67e4..de84af6b 100644 --- a/cellfinder/napari/detect/detect.py +++ b/cellfinder/napari/detect/detect.py @@ -31,8 +31,6 @@ from .thread_worker import Worker NETWORK_VOXEL_SIZES = [5, 1, 1] -CUBE_WIDTH = 50 -CUBE_HEIGHT = 50 CUBE_DEPTH = 20 # If using ROI, how many extra planes to analyse