Skip to content
Snippets Groups Projects
Karl Rackwitz's avatar
kr69sugu authored
3a4e7c07
History
1. run dataSync.py
2. Choose block-configuration or other key for information how to modify block-configuration!

	> 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:
get time of last tracking-event per unit:
	. getLastDates.sh
	cd block-I/01-raw
	getLastDateAllUnits

get number of tags which appear in data but not in tagFile:
	unknowntags.sh block-I/02-inspect/ecotron-data-2*

print tags in tagfile which length deviate:
	checkTagLengths.sh block-II/tags2

update gitignore to not add large files (>50M) to git repo:
	updateGitIgnore.sh