Skip to content

Commit

Permalink
Change docs and config file to be consistent with code changes
Browse files Browse the repository at this point in the history
Issue #451 All these changes are to do with post-processing of acoustic events.
  • Loading branch information
towsey committed Feb 26, 2021
1 parent 380e65c commit be61baa
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 86 deletions.
8 changes: 4 additions & 4 deletions docs/guides/Ecosounds.NinoxBoobook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ PostProcessing:
# The following generic post-processing steps are determined by config settings.
# Step 1: Combine overlapping events - events derived from all profiles.
# Step 2: Combine possible syllable sequences and filter on excess syllable count.
# Step 3: Remove events whose bandwidth is too small or large.
# Step 4: Remove events that have excessive noise in their side-bands.
# Step 3: Remove events whose duration is too small or large.
# Step 4: Remove events whose bandwidth is too small or large.
# Step 5: Remove events that have excessive noise in their side-bands.

# 1: Combine overlapping events
CombineOverlappingEvents: true

# 2: Combine possible syllable sequences
SyllableSequence:
CombinePossibleSyllableSequence: true
SyllableStartDifference: 0.6
SyllableHertzGap: 350
FilterSyllableSequence: true
Expand All @@ -63,7 +63,7 @@ PostProcessing:
# 5: Filter the events for excess activity in their sidebands
SidebandAcousticActivity:
LowerSidebandWidth: 150
UpperSidebandWidth: 0
#UpperSidebandWidth: 200
MaxBackgroundDecibels: 12
#MaxActivityDecibels: 12

Expand Down
Loading

0 comments on commit be61baa

Please sign in to comment.