Update README.md

This commit is contained in:
David Rotermund 2023-07-13 11:19:06 +02:00 committed by GitHub
parent 1488aede91
commit 7f8de2060c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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