Skip to content

Commit

Permalink
Adjust yml configs to new system of decibel thresholds.
Browse files Browse the repository at this point in the history
Issue #390 THe array of decibel thresholds is shifted up one level in the config hierarchy.
  • Loading branch information
towsey authored and atruskie committed Nov 1, 2020
1 parent 4d2ba7a commit 947cf40
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -22,10 +28,6 @@ Profiles:
MaxHertz: 7000
MinBandwidthHertz: 500
MaxBandwidthHertz: 6000
DecibelThresholds:
- 6.0
- 9.0
- 12.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -22,10 +28,6 @@ Profiles:
MaxHertz: 3300
MinBandwidthHertz: 200
MaxBandwidthHertz: 900
DecibelThresholds:
- 6.0
- 9.0
- 12.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -17,15 +23,12 @@ Profiles:
FrameSize: 1024
FrameStep: 256
WindowFunction: HANNING

# min and max of the freq band to search
MinHertz: 400
MaxHertz: 1100
MinDuration: 0.17
MaxDuration: 1.2
DecibelThresholds:
- 6.0
- 9.0
- 12.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 12.0
- 18.0
- 24.0
- 30.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -25,12 +32,7 @@ Profiles:
FrameSize: 1024
FrameStep: 256
WindowFunction: HANNING
DecibelThresholds:
- 6.0
- 12.0
- 18.0
- 24.0
- 30.0

# min and max of the freq band to search
MinHertz: 300
MaxHertz: 600
Expand Down

0 comments on commit 947cf40

Please sign in to comment.