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

ecotrondata

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    am0ebe authored
    unknowntags.sh: 1. write infos about tags and detections > see info 2. write infos about unknowntags and their occurrences to file. > see unknown-tags-block-?? > update naming conv for dataFilter
    e1b28eda
    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