Skip to content

Commit

Permalink
Shift more frog yml files
Browse files Browse the repository at this point in the history
Issue #297
  • Loading branch information
towsey committed May 2, 2020
1 parent 4f48746 commit c90f8fc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
DisplayColumns: Frog

# FROG_DATA_FILE=FrogDataAndCompilationFile.csv
FROG_DATA_FILE: CompilationOf31FrogSpeciesForCurramoreSE-QLD.csv

#SegmentDuration: units=seconds, SegmentOverlap=seconds
SegmentDuration: 60
SegmentOverlap: 0
MinPeriod: 0.01
MaxPeriod: 0.04
MinDuration: 0.3
MaxDuration: 0.8
#use this threshold if averaging over a period - averaging seems to work better
IntensityThreshold: 0.22
#use this threshold if obtaining max value over a period
#IntensityThreshold: 0.1
#######################################
# save sonograms and other files
# Available options (case-sensitive): [False/Never | True/Always | WhenEventsDetected]
SaveIntermediateWavFiles: Never
# If `true` saves a data into a seperate file every `SegmentDuration` seconds. Accepts a boolean value: [false|true]
SaveIntermediateCsvFiles: false
# Available options (case-sensitive): [False/Never | True/Always | WhenEventsDetected]
SaveSonogramImages: Never
DoNoiseReduction: true
BgNoiseThreshold: 3.0
...

0 comments on commit c90f8fc

Please sign in to comment.