Skip to content

Commit

Permalink
Removed unnecessary Indices & properties
Browse files Browse the repository at this point in the history
Removed IncludeInComboIndex & ComboWeight as Index properties.
Removed six unused indices from the IndexProperties config file, including Rain and Cicadas.
Remove BGN string constant.
remove two tests for now deleted Indices.

Shifted method ConvertToDictionaryOfSummaryIndices() and related method to class SummaryIndexValues because this was more suitable location ie dealing with dictiionaries of arrays, not matrices.
  • Loading branch information
towsey authored and atruskie committed Mar 25, 2019
1 parent 3d949e0 commit 369d3a3
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 243 deletions.
14 changes: 0 additions & 14 deletions src/AnalysisConfigFiles/IndexPropertiesConfig.ChannelIntegrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ RankOrder: # AKA IndexCount
NormMax: 100.0
ProjectID: Acoustic Indices
Units: ""
IncludeInComboIndex: false
ComboWeight: 0.0
StartOffset:
Name: Segment start time
Comment: "Exact time span (total minutes) from start of recording to start of this segment."
Expand All @@ -25,8 +23,6 @@ StartOffset:
NormMax: 200.0
ProjectID: Acoustic Indices
Units: "min"
IncludeInComboIndex: false
ComboWeight: 0.0
StartOffsetMinute:
Name: Segment start minute
Comment: "Total minutes from start of recording to start of this segment."
Expand All @@ -37,8 +33,6 @@ StartOffsetMinute:
NormMax: 200.0
ProjectID: Acoustic Indices
Units: "min"
IncludeInComboIndex: false
ComboWeight: 0.0
StartOffsetSecond:
Name: Segment start second
Comment: "Total seconds from start of recording to start of this segment."
Expand All @@ -49,8 +43,6 @@ StartOffsetSecond:
NormMax: 200.0
ProjectID: Acoustic Indices
Units: "sec"
IncludeInComboIndex: false
ComboWeight: 0.0
SegmentDuration:
Name: Time duration of audio segment
Comment: "Exact time span (total minutes) of this audio segment - typically 1.0 minutes."
Expand All @@ -61,8 +53,6 @@ SegmentDuration:
NormMax: 1.0
ProjectID: Acoustic Indices
Units: "min"
IncludeInComboIndex: false
ComboWeight: 0.0
ZeroSignal:
Name: Zero Signal Index
Comment: "Indicates if signal segment is flat or zero."
Expand All @@ -73,8 +63,6 @@ ZeroSignal:
NormMax: 1.0
ProjectID: Acoustic Indices
Units: ""
IncludeInComboIndex: false
ComboWeight: 0.0
ClippingIndex:
Name: Clipping Index
Comment: "Av number of clipped samples/sec i.e. where the abs. amplitude of two conscutive samples is within 4*epislon of the max signal value."
Expand All @@ -85,8 +73,6 @@ ClippingIndex:
NormMax: 5.0
ProjectID: Acoustic Indices
Units: "avClips/s"
IncludeInComboIndex: false
ComboWeight: 0.0
ZeroCrossingFractionLeft:
Name: Zero Crossing Fraction Left
Comment: ""
Expand Down
Loading

0 comments on commit 369d3a3

Please sign in to comment.