git: ceta-cnns
python run_CNN.py physeter ../wavs/ -lensample 5

get files with at least 1 window with pred > 0.5

git: get_click
python3 get_clicks.py ../files_with_physeter_detection_thr0.5/ --hp 2000 --num_cpu 10 --dist 0.1 --SR 128000 --suffix _click.csv

extract the pos column of *_click.csv into .pos files

git: gsrp-tdoa
for f in ../files_with_physeter_detection_thr0.5/*pos;do python gsrp_tdoa_hyperres.py ${f%_click*}.wav ${f%.*}.tdoa -i 3,4 --pos $f;done

