From c407e158a91848c409ecb5cef32b1037fd024233 Mon Sep 17 00:00:00 2001
From: amitjans <amitjans@ethz.ch>
Date: Mon, 5 Jul 2021 18:18:12 +0200
Subject: [PATCH] Change dim ion threshold

---
 settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.py b/settings.py
index 6c42cc3..8821419 100644
--- a/settings.py
+++ b/settings.py
@@ -18,7 +18,7 @@ DB_DATASET = 'barium'
 ION_DIST = 15
 
 # Relative intensity threshold to differentiate good/bad isotopes (w.r.t. to max intensity)
-INT_THS = 0.65
+INT_THS = 0.55
 
 # Number of iterations before restarting the position's memory
 NUM_ITERATIONS = 5
-- 
GitLab