From 1b6b2c2ea861b95f3ac9da6fc8fce1605c1c0907 Mon Sep 17 00:00:00 2001
From: Felipe Delestro <fima@dtu.dk>
Date: Wed, 18 Dec 2024 11:50:42 +0100
Subject: [PATCH] blob detection name refactor

---
 qim3d/detection/_common_detection_methods.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qim3d/detection/_common_detection_methods.py b/qim3d/detection/_common_detection_methods.py
index ff57026a..0a985d85 100644
--- a/qim3d/detection/_common_detection_methods.py
+++ b/qim3d/detection/_common_detection_methods.py
@@ -3,9 +3,9 @@
 import numpy as np
 from qim3d.utils._logger import log
 
-__all__ = ["blob_detection"]
+__all__ = ["blobs"]
 
-def blob_detection(
+def blobs(
     vol: np.ndarray,
     background: str = "dark",
     min_sigma: float = 1,
-- 
GitLab