Skip to content

Commit

Permalink
Koala yml file
Browse files Browse the repository at this point in the history
Issue #297
  • Loading branch information
towsey committed May 2, 2020
1 parent aec2584 commit 279c487
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
AnalysisName: Towsey.KoalaMale
SpeciesName: PhascolarctosCinereus
# min and max of the freq band to search
MinHz: 250
MaxHz: 800
# duration of DCT in seconds
# this cannot be too long because the oscillations are not constant.
DctDuration: 0.30
# minimum acceptable amplitude of a DCT coefficient
DctThreshold: 0.5
# ignore oscillation rates below the min & above the max threshold
# OSCILLATIONS PER SECOND
MinOcilFreq: 20
MaxOcilFreq: 55
# Minimum duration for the length of a true event (seconds).
MinDuration: 0.5
# Maximum duration for the length of a true event.
MaxDuration: 2.5
# Event threshold - Determines FP / FN trade-off for events.
EventThreshold: 0.2
################################################################################
# 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
# DisplayCsvImage is obsolete - ensure it remains set to: false
DisplayCsvImage: false
#DoNoiseReduction: true
#BgNoiseThreshold: 3.0

IndexPropertiesConfig: ".\\IndexPropertiesConfig.yml"
...

0 comments on commit 279c487

Please sign in to comment.