From 7f8de2060c51ca5b5b4057d542263b2544b54bf3 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:19:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa8b18..a2097cc 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Visual inspection of the movie stored in ..._decorrelated.npy. The two show file Estimates where cells (or better areas with correlated activites are). -threshold: float = 0.8 # Correlation threshold. results in the area per detected cell. The smaller the value, the bigger the area. -minimum_area: int = 100 # We don't want a huge amount of mini "cells", this we have a threshold for the area a cell needs to occupy. +- threshold: float = 0.8 # Correlation threshold. results in the area per detected cell. The smaller the value, the bigger the area. +- minimum_area: int = 100 # We don't want a huge amount of mini "cells", this we have a threshold for the area a cell needs to occupy. ## inspection.py