added SENSITIVTY as birdnet.conf variable

This commit is contained in:
Patrick McGuire
2021-10-01 15:35:01 -04:00
parent 0423350ebf
commit bc60ab697c
4 changed files with 16 additions and 2 deletions
+2
View File
@@ -51,6 +51,7 @@ run_analysis() {
--lon "${LONGITUDE}" \
--week "${WEEK}" \
--overlap "${OVERLAP}" \
--sensitivity "${SENSITIVITY}" \
--min_conf "${CONFIDENCE}"
set +x
elif [ -f ${1}/${i} ] && [ -f ${CUSTOM_LIST} ];then
@@ -62,6 +63,7 @@ run_analysis() {
--lon "${LONGITUDE}" \
--week "${WEEK}" \
--overlap "${OVERLAP}" \
--sensitivity "${SENSITIVITY}" \
--min_conf "${CONFIDENCE}" \
--custom_list "${CUSTOM_LIST}"
set +x