From dab2fd12884f6290d9608642798b722d6da5f79a Mon Sep 17 00:00:00 2001 From: schlda00 <kai.schleicher@unibas.ch> Date: Fri, 25 Apr 2025 13:42:34 +0200 Subject: [PATCH] Reorganize measurement options --- 2d_spots_in_fibers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py index ae2b987..2c067c8 100644 --- a/2d_spots_in_fibers.py +++ b/2d_spots_in_fibers.py @@ -387,7 +387,7 @@ def measure_shape_parameters(imp, rm): """ rt_ = ResultsTable() - options = M.FERET | M.AREA | M.PERIMETER + options = M.AREA | M.PERIMETER | M.FERET an = Analyzer (imp, options, rt_) an.setPrecision(1) -- GitLab