From bef9e7c0c58996f4aaeb3fa83248f7500f43e9b6 Mon Sep 17 00:00:00 2001
From: schlda00 <kai.schleicher@unibas.ch>
Date: Fri, 25 Apr 2025 13:43:25 +0200
Subject: [PATCH] Remove precision option, return all decimal places instead

---
 2d_spots_in_fibers.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py
index f98d6eb..619fef7 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -389,7 +389,6 @@ def measure_shape_parameters(imp, rm):
     rt_ = ResultsTable()
     options = M.AREA | M.PERIMETER | M.FERET
     an = Analyzer(imp, options, rt_)
-    an.setPrecision(1)
     
     label_id = []
     area = []
-- 
GitLab