Skip to content
Snippets Groups Projects
Select Git revision
  • a198cd8bbee6159cbda4069807524772341b5a6a
  • master default
  • dev
  • new_temp_table
  • ecotrack-data
  • ecolux-data
6 results

ecotrondata

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    am0ebe authored
    a198cd8b
    History
    1. run dataSync on dir containing compressed data (.tgz suffix)
    -> should output a cleaned table containing light, track and animalData 
    -> should also produce a compressed version of the table
    
    
    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
    
    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