Skip to content
Snippets Groups Projects
Commit 3a4e7c07 authored by kr69sugu's avatar kr69sugu
Browse files

Update readme

parent 0c15300a
Branches
Tags
No related merge requests found
1. run dataSync on dir containing compressed data (.tgz suffix) 1. run dataSync.py
-> should output a cleaned table containing light, track and animalData 2. Choose block-configuration or other key for information how to modify block-configuration!
-> should also produce a compressed version of the table
> looks for ".tgz" to extract [optional]
> merges all "unit-X" files
> merges with light, track and species data
> writes one huge cleaned table + compressed tgz
> runs dataFilter.py
> writes filtered table + compressed tgz
> runs updateGitIgnore.sh
You can also filter data independently, if you don't want to process everything again [takes quite long] or tweak some filter parameters.
Run dataFilter.py for Usage instructions.
Optional: Optional:
get time of last tracking-event per unit: get time of last tracking-event per unit:
...@@ -17,7 +27,3 @@ print tags in tagfile which length deviate: ...@@ -17,7 +27,3 @@ print tags in tagfile which length deviate:
update gitignore to not add large files (>50M) to git repo: update gitignore to not add large files (>50M) to git repo:
updateGitIgnore.sh updateGitIgnore.sh
filterCooloff.py data 10
-> only count tracks with difference of 10 seconds inbetween! (this greatly reduces the size)
-> this script is called automatically from dataSync.py but can be invoked manually if you want t o change the coolOff phase
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment