Skip to content
Snippets Groups Projects
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:
	source getLastDates.sh
	cd block-I/01-raw
	getLastDateAllUnits

print information about known and unknown tags and detections for Block-I
	unknowntags.sh I

write number of unkown tags for block-II along with their occurrences to file:
	unknowntags.sh II list

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

configure repo to ignore large files:
	updateGitIgnore.sh