From b6f64ca333e6bf73e1219783f1691e8696761823 Mon Sep 17 00:00:00 2001 From: Michael Towsey Date: Tue, 2 Apr 2019 11:49:02 +1000 Subject: [PATCH] edit IndexProperties files Edit three indexPropertiesConfig files to: 1: remove reference to combo weights for summary indices - this is hangover from 2014 and before; 2: remove possibiity of calculating just one of the min and max bounds. In other words, now one must calculate both or accept the default value of both. --- .../IndexPropertiesConfig.HiRes.yml | 144 +++-------------- .../IndexPropertiesConfig.Zooming.yml | 151 +++--------------- .../IndexPropertiesConfig.yml | 128 +++------------ 3 files changed, 60 insertions(+), 363 deletions(-) diff --git a/src/AnalysisConfigFiles/IndexPropertiesConfig.HiRes.yml b/src/AnalysisConfigFiles/IndexPropertiesConfig.HiRes.yml index a7def3395..32f89ab8d 100644 --- a/src/AnalysisConfigFiles/IndexPropertiesConfig.HiRes.yml +++ b/src/AnalysisConfigFiles/IndexPropertiesConfig.HiRes.yml @@ -33,7 +33,6 @@ StartOffsetMinute: NormMax: 200.0 ProjectID: Acoustic Indices Units: "min" - IncludeInComboIndex: false StartOffsetSecond: Name: Segment start second Comment: "Total seconds from start of recording to start of this segment." @@ -44,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." @@ -56,8 +53,6 @@ SegmentDuration: NormMax: 1.0 ProjectID: Acoustic Indices Units: "min" - IncludeInComboIndex: false - ComboWeight: 0.0 HighAmplitudeIndex: Name: High Amplitude Index Comment: "Av number of samples/sec where abs. amplitude is within 10*epislon of the max signal value." @@ -68,8 +63,6 @@ HighAmplitudeIndex: NormMax: 1.0 ProjectID: Acoustic Indices Units: "av/s" - 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." @@ -80,8 +73,6 @@ ClippingIndex: NormMax: 1.0 ProjectID: Acoustic Indices Units: "avClips/s" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgSignalAmplitude: Name: av Signal Ampl Comment: "Av amplitude of the signal envelope in dB." @@ -94,8 +85,6 @@ AvgSignalAmplitude: NormMax: -10.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 BackgroundNoise: Name: Background Noise Comment: "Av amplitude of the noise removed from the audio segment using the method of Lamel et al." @@ -107,8 +96,6 @@ BackgroundNoise: NormMax: -10.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 Snr: Name: Maximum SNR Comment: "Max amplitude of signal envelope after noise removal." @@ -119,8 +106,6 @@ Snr: NormMax: 50.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgSnrOfActiveFrames: Name: av SNR (Active frames) Comment: "Av amplitude of active frames in signal envelope after noise removal. Active frames are those with amplitude > threshold 3 dB." @@ -131,8 +116,6 @@ AvgSnrOfActiveFrames: NormMax: 30.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 Activity: Name: Activity Comment: "% of active frames i.e. where SNR exceeds threshold = 3 dB." @@ -143,8 +126,6 @@ Activity: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EventsPerSecond: Name: Events per sec Comment: "Av number of events per second. An event is any consecutive sequence of active frames having duration > threshold = 100 ms." @@ -155,8 +136,6 @@ EventsPerSecond: NormMax: 5.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgEventDuration: Name: Av Event Duration Comment: "Av duration in ms of the events in an audio segment." @@ -167,8 +146,6 @@ AvgEventDuration: NormMax: 1000 ProjectID: Acoustic Indices Units: "ms" - IncludeInComboIndex: false - ComboWeight: 0.0 HighFreqCover: Name: hf Cover Comment: "% hf Cover 4000 Hz to 8800 Hz" @@ -179,8 +156,6 @@ HighFreqCover: NormMax: 0.5 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 MidFreqCover: Name: mf Cover Comment: "% mf Cover. 500 Hz to 4000 Hz" @@ -191,8 +166,6 @@ MidFreqCover: NormMax: 0.50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 LowFreqCover: Name: lf Cover Comment: "% lf Cover. 0 - 500 Hz" @@ -203,8 +176,6 @@ LowFreqCover: NormMax: 0.50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 AcousticComplexity: Name: ACI Comment: "ACI" @@ -215,8 +186,6 @@ AcousticComplexity: NormMax: 0.7 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.2 TemporalEntropy: Name: 1-H[t] Comment: "1-Ht is a measure of concentration of acoustic energy instead of energy dispersal." @@ -227,8 +196,6 @@ TemporalEntropy: NormMax: 0.5 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.3 SqrtTempEntropy: Name: Sqrt(1-H[t]) Comment: "Sqrt(1-Ht) is an attempt to obtain more even distribution of Ht values. NormMax = sqrt(0.5)" @@ -239,8 +206,6 @@ SqrtTempEntropy: NormMax: 0.7 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 LogTempEntropy: Name: Log(1-H[t]) Comment: "Log(1-Ht) is an attempt to obtain more even distribution of Ht values. NormMax = log(1 + 0.5)" @@ -251,8 +216,6 @@ LogTempEntropy: NormMax: 0.176 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfAverageSpectrum: Name: 1-H[avg spectrum] Comment: "1-H[spectral avg] is a measure of concentration of acoustic energy in the average spectrum over one minute." @@ -263,8 +226,6 @@ EntropyOfAverageSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfVarianceSpectrum: Name: 1-H[var spectrum] Comment: "1-H[spectral var] is a measure of concentration of acoustic energy in the variance spectrum over one minute." @@ -275,8 +236,6 @@ EntropyOfVarianceSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfPeaksSpectrum: Name: 1-H[peak freq spectrum] Comment: "1-H[peak freq] is a measure of concentration of peak frequencies over one minute." @@ -287,8 +246,6 @@ EntropyOfPeaksSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfCoVSpectrum: Name: 1-H[CoV spectrum] Comment: "1-H[CoV sp] is a measure of concentration of energy in the Coeff of Variance Spectrum." @@ -299,8 +256,6 @@ EntropyOfCoVSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 #ClusterCount: # Name: Cluster Count # Comment: "Number of spectrum clusters in one minute audio segment as determined by a clustering algorithm." @@ -311,8 +266,6 @@ EntropyOfCoVSpectrum: # NormMax: 50 # ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: true -# ComboWeight: 0.3 #AvgClusterDuration: # Name: av Cluster Duration # Comment: "Average duration in ms of the spectrum cluster sequences." @@ -323,8 +276,6 @@ EntropyOfCoVSpectrum: # NormMax: 250 # ProjectID: Acoustic Indices # Units: "ms" -# IncludeInComboIndex: false -# ComboWeight: 0.0 #ThreeGramCount: # Name: 3-gram Count # Comment: "Number of different tri-gram cluster sequences." @@ -335,8 +286,6 @@ EntropyOfCoVSpectrum: # NormMax: 1000 # ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 SptDensity: Name: SPT density Comment: "Average number of spectral peaks tracks traversing a frame." @@ -347,8 +296,6 @@ SptDensity: NormMax: 2.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 #SptPerSecond: # Name: av Tracks/Sec # Comment: "Average number of spectral tracks per second." @@ -359,44 +306,6 @@ SptDensity: # NormMax: 50 # ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 -#AvgSptDuration: -# Name: av Track Duration -# Comment: "Average duration of a spectral track." -# DataType: TimeSpan -# DefaultValue: 0.0 -# DoDisplay: true -# NormMin: 0.25 -# NormMax: 2.0 -# ProjectID: Acoustic Indices -# Units: "s" -# IncludeInComboIndex: false -# ComboWeight: 0.0 -RainIndex: - Name: Rain Index - Comment: "OBSOLETE! DEPRACATED! Rain score calculated every 10 sec and 6 values averaged over the minute." - DataType: double - DefaultValue: 0.0 - DoDisplay: false - NormMin: 0 - NormMax: 1.0 - ProjectID: Acoustic Indices - Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 -CicadaIndex: - Name: Cicada Index - Comment: "OBSOLETE! DEPRACATED! Cicada score calculated every 10 sec and 6 values averaged over the minute." - DataType: double - DefaultValue: 0.0 - DoDisplay: false - NormMin: 0 - NormMax: 1.0 - ProjectID: Acoustic Indices - Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 NDSI: Name: NDSI Comment: "Normalised Difference Soundscape Index) calculated from PSD - originated from Stuart Gage." @@ -455,10 +364,10 @@ FileName: DoDisplay: false ProjectID: Acoustic Indices Units: "" -# ADD THE SUMMARY INDICES ABOVE HERE +# ADD NEW SUMMARY INDICES ABOVE HERE # ==================================================================================================================================== # ==================================================================================================================================== -# ADD THE SPECTRAL INDICES BELOW HERE +# ADD NEW SPECTRAL INDICES BELOW HERE # IMPORTANT: SPECTRAL INDCIES MUST BE OF TYPE Double[] # When CalculateNormMin: and CalculateNormMax: are set true, the normalisation bounds @@ -475,8 +384,7 @@ ACI: DoDisplay: true NormMin: 0.4 NormMax: 0.7 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" BGN: @@ -489,8 +397,7 @@ BGN: # Usual values are min=-120, max=-40. However need to adjust down about -20dB for more sensitive microphones NormMin: -140.0 NormMax: -60.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "dB" CVR: ## Not needed for high resolution indices @@ -502,20 +409,18 @@ CVR: ## Not needed for high resolution indices DoDisplay: true NormMin: 0.0 NormMax: 0.7 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" DIF: Name: spectralDIF - Comment: "Spectrum of summed DIFFERENCES between consecutive FFT coeff's in the ampl spgram. This spgram not displayed. It is used as intermediate for subsequent calculation of ACI." + Comment: "Spectrum of summed DIFFERENCES between consecutive FFT coeff's in the ampl spgram. This is NOT an acoustic index. It is used as intermediate for subsequent calculation of ACI." DataType: double[] DefaultValue: 0.0 DoDisplay: true NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "" ENT: @@ -526,8 +431,7 @@ ENT: DoDisplay: true NormMin: 0.0 NormMax: 0.6 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" EVN: @@ -538,8 +442,7 @@ EVN: DoDisplay: true NormMin: 2.0 NormMax: 10.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "events/s" OSC: @@ -550,20 +453,18 @@ OSC: DoDisplay: true NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" SUM: Name: spectralSUM - Comment: "Spectrum of summed FFT coefficients derived from the ampl spgram. This spgram not displayed. It is used for intermediate calculations only." + Comment: "Spectrum of summed FFT coefficients derived from the ampl spgram. This is NOT an acoustic index. It is used for intermediate calculations only." DataType: double[] DefaultValue: 0.0 DoDisplay: true NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "" PMN: @@ -574,8 +475,7 @@ PMN: DoDisplay: true NormMin: 0.0 NormMax: 5.5 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "dB" RHZ: @@ -586,8 +486,7 @@ RHZ: DoDisplay: true NormMin: 2.0 NormMax: 8.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" RVT: @@ -598,8 +497,7 @@ RVT: DoDisplay: true NormMin: 2.0 NormMax: 10.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" RPS: @@ -610,8 +508,7 @@ RPS: DoDisplay: true NormMin: 2.0 NormMax: 10.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" RNG: @@ -622,8 +519,7 @@ RNG: DoDisplay: true NormMin: 2.0 NormMax: 5.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" R3D: @@ -634,8 +530,7 @@ R3D: DoDisplay: true NormMin: 0.15 NormMax: 1.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" SPT: @@ -646,7 +541,6 @@ SPT: DoDisplay: true NormMin: 2.0 NormMax: 6.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" \ No newline at end of file diff --git a/src/AnalysisConfigFiles/IndexPropertiesConfig.Zooming.yml b/src/AnalysisConfigFiles/IndexPropertiesConfig.Zooming.yml index 3d483c758..d8acc6403 100644 --- a/src/AnalysisConfigFiles/IndexPropertiesConfig.Zooming.yml +++ b/src/AnalysisConfigFiles/IndexPropertiesConfig.Zooming.yml @@ -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." @@ -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." @@ -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." @@ -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." @@ -61,8 +53,6 @@ SegmentDuration: NormMax: 1.0 ProjectID: Acoustic Indices Units: "min" - IncludeInComboIndex: false - ComboWeight: 0.0 HighAmplitudeIndex: Name: High Amplitude Index Comment: "Av number of samples/sec where abs. amplitude is within 10*epislon of the max signal value." @@ -73,8 +63,6 @@ HighAmplitudeIndex: NormMax: 1.0 ProjectID: Acoustic Indices Units: "av/s" - IncludeInComboIndex: false - ComboWeight: 0.0 ZeroSignal: Name: Zero Signal Index Comment: "Indicates if signal segment is flat or zero." @@ -85,8 +73,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." @@ -97,8 +83,6 @@ ClippingIndex: NormMax: 1.0 ProjectID: Acoustic Indices Units: "avClips/s" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgSignalAmplitude: Name: av Signal Ampl Comment: "Av amplitude of the signal envelope in dB." @@ -111,8 +95,6 @@ AvgSignalAmplitude: NormMax: -10.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 BackgroundNoise: Name: Background Noise Comment: "Av amplitude of the noise removed from the audio segment using the method of Lamel et al." @@ -124,8 +106,6 @@ BackgroundNoise: NormMax: -10.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 Snr: Name: Maximum SNR Comment: "Max amplitude of signal envelope after noise removal." @@ -136,8 +116,6 @@ Snr: NormMax: 50.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgSnrOfActiveFrames: Name: av SNR (Active frames) Comment: "Av amplitude of active frames in signal envelope after noise removal. Active frames are those with amplitude > threshold 3 dB." @@ -148,8 +126,6 @@ AvgSnrOfActiveFrames: NormMax: 30.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 Activity: Name: Activity Comment: "% of active frames i.e. where SNR exceeds threshold = 3 dB." @@ -160,8 +136,6 @@ Activity: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EventsPerSecond: Name: Events per sec Comment: "Av number of events per second. An event is any consecutive sequence of active frames having duration > threshold = 100 ms." @@ -172,8 +146,6 @@ EventsPerSecond: NormMax: 5.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgEventDuration: Name: Av Event Duration Comment: "Av duration in ms of the events in an audio segment." @@ -184,8 +156,6 @@ AvgEventDuration: NormMax: 1000 ProjectID: Acoustic Indices Units: "ms" - IncludeInComboIndex: false - ComboWeight: 0.0 HighFreqCover: Name: hf Cover Comment: "% hf Cover 4000 Hz to 8800 Hz" @@ -196,8 +166,6 @@ HighFreqCover: NormMax: 0.5 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 MidFreqCover: Name: mf Cover Comment: "% mf Cover. 500 Hz to 4000 Hz" @@ -208,8 +176,6 @@ MidFreqCover: NormMax: 0.50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 LowFreqCover: Name: lf Cover Comment: "% lf Cover. 0 - 500 Hz" @@ -220,8 +186,6 @@ LowFreqCover: NormMax: 0.50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 AcousticComplexity: Name: ACI Comment: "ACI" @@ -232,8 +196,6 @@ AcousticComplexity: NormMax: 0.7 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.2 TemporalEntropy: Name: 1-H[t] Comment: "1-Ht is a measure of concentration of acoustic energy instead of energy dispersal." @@ -244,8 +206,6 @@ TemporalEntropy: NormMax: 0.5 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.3 SqrtTempEntropy: Name: Sqrt(1-H[t]) Comment: "Sqrt(1-Ht) is an attempt to obtain more even distribution of Ht values. NormMax = sqrt(0.5)" @@ -256,8 +216,6 @@ SqrtTempEntropy: NormMax: 0.7 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 LogTempEntropy: Name: Log(1-H[t]) Comment: "Log(1-Ht) is an attempt to obtain more even distribution of Ht values. NormMax = log(1 + 0.5)" @@ -268,8 +226,6 @@ LogTempEntropy: NormMax: 0.176 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfAverageSpectrum: Name: 1-H[avg spectrum] Comment: "1-H[spectral avg] is a measure of concentration of acoustic energy in the average spectrum over one minute." @@ -280,8 +236,6 @@ EntropyOfAverageSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfVarianceSpectrum: Name: 1-H[var spectrum] Comment: "1-H[spectral var] is a measure of concentration of acoustic energy in the variance spectrum over one minute." @@ -292,8 +246,6 @@ EntropyOfVarianceSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfPeaksSpectrum: Name: 1-H[peak freq spectrum] Comment: "1-H[peak freq] is a measure of concentration of peak frequencies over one minute." @@ -304,8 +256,6 @@ EntropyOfPeaksSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfCoVSpectrum: Name: 1-H[CoV spectrum] Comment: "1-H[CoV sp] is a measure of concentration of energy in the Coeff of Variance Spectrum." @@ -316,8 +266,6 @@ EntropyOfCoVSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 ClusterCount: Name: Cluster Count Comment: "Number of spectral clusters in one minute audio segment as determined by a clustering algorithm." @@ -328,8 +276,6 @@ ClusterCount: NormMax: 50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.3 #AvgClusterDuration: # Name: av Cluster Duration # Comment: "Average duration in ms of the spectrum cluster sequences." @@ -340,8 +286,6 @@ ClusterCount: # NormMax: 250 # ProjectID: Acoustic Indices # Units: "ms" -# IncludeInComboIndex: false -# ComboWeight: 0.0 ThreeGramCount: Name: 3-gram Count Comment: "Number of different tri-gram spectral cluster sequences." @@ -352,8 +296,6 @@ ThreeGramCount: NormMax: 1500 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 SptDensity: Name: SPT density Comment: "Average number of spectral peaks tracks traversing a frame." @@ -364,8 +306,6 @@ SptDensity: NormMax: 10.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 #SptPerSecond: # Name: av Tracks/Sec # Comment: "Average number of spectral tracks per second." @@ -376,44 +316,6 @@ SptDensity: # NormMax: 50 # ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 -#AvgSptDuration: -# Name: av Track Duration -# Comment: "Average duration of a spectral track." -# DataType: TimeSpan -# DefaultValue: 0.0 -# DoDisplay: true -# NormMin: 0.25 -# NormMax: 2.0 -# ProjectID: Acoustic Indices -# Units: "s" -# IncludeInComboIndex: false -# ComboWeight: 0.0 -#RainIndex: -# Name: Rain Index -# Comment: "OBSOLETE! DEPRACATED! Rain score calculated every 10 sec and 6 values averaged over the minute." -# DataType: double -# DefaultValue: 0.0 -# DoDisplay: false -# NormMin: 0 -# NormMax: 1.0 -# ProjectID: Acoustic Indices -# Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 -#CicadaIndex: -# Name: Cicada Index -# Comment: "OBSOLETE! DEPRACATED! Cicada score calculated every 10 sec and 6 values averaged over the minute." -# DataType: double -# DefaultValue: 0.0 -# DoDisplay: false -# NormMin: 0 -# NormMax: 1.0 -# ProjectID: Acoustic Indices -# Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 NDSI: Name: NDSI Comment: "Normalised Difference Soundscape Index) calculated from PSD - originated from Stuart Gage." @@ -562,10 +464,10 @@ FileName: DoDisplay: false ProjectID: Acoustic Indices Units: "" -# ADD THE SUMMARY INDICES ABOVE HERE +# ADD NEW SUMMARY INDICES ABOVE HERE # ==================================================================================================================================== # ==================================================================================================================================== -# ADD THE SPECTRAL INDICES BELOW HERE +# ADD NEW SPECTRAL INDICES BELOW HERE # IMPORTANT: SPECTRAL INDCIES MUST BE OF TYPE Double[] ACI: @@ -576,8 +478,7 @@ ACI: DoDisplay: true NormMin: 0.4 NormMax: 0.7 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" BGN: @@ -590,8 +491,7 @@ BGN: # Usual value is -30. However -20 adds more contrast into BGN spectrogram NormMin: -100.0 NormMax: -30.0 - CalculateNormMin: true - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "dB" CVR: @@ -603,21 +503,19 @@ CVR: DoDisplay: true NormMin: 0.0 NormMax: 0.7 - CalculateNormMin: true - CalculateNormMax: false + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" # ComboWeight: 0.0 DIF: Name: spectralDIF - Comment: "Spectrum of summed DIFFERENCES between consecutive FFT coeff's in the ampl spgram. This spgram not displayed. It is used as intermediate for subsequent calculation of ACI." + Comment: "Spectrum of summed DIFFERENCES between consecutive FFT coeff's in the ampl spgram. This is NOT an acoustic index. It is used as intermediate for subsequent calculation of ACI." DataType: double[] DefaultValue: 0.0 DoDisplay: true NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "" ENT: @@ -628,8 +526,7 @@ ENT: DoDisplay: true NormMin: 0.0 NormMax: 0.6 - CalculateNormMin: true - CalculateNormMax: false + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" EVN: @@ -640,8 +537,7 @@ EVN: DoDisplay: true NormMin: 0.0 NormMax: 2.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "events/s" OSC: @@ -652,20 +548,18 @@ OSC: DoDisplay: true NormMin: 0.0 NormMax: 5.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" SUM: Name: spectralSUM - Comment: "Spectrum of summed FFT coefficients derived from the ampl spgram. This spgram not displayed. It is used for intermediate calculations only." + Comment: "Spectrum of summed FFT coefficients derived from the ampl spgram. This is NOT an acoustic index. It is used for intermediate calculations only." DataType: double[] DefaultValue: 0.0 DoDisplay: true NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "" PMN: @@ -676,8 +570,7 @@ PMN: DoDisplay: true NormMin: 0.0 NormMax: 5.5 - CalculateNormMin: true - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "dB" RHZ: @@ -688,8 +581,7 @@ RHZ: DoDisplay: true NormMin: 0.1 NormMax: 1.5 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" RVT: @@ -700,8 +592,7 @@ RVT: DoDisplay: true NormMin: 0.1 NormMax: 0.4 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" RPS: @@ -712,8 +603,7 @@ RPS: DoDisplay: true NormMin: 0.0 NormMax: 0.4 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" RNG: @@ -724,8 +614,7 @@ RNG: DoDisplay: true NormMin: 0.0 NormMax: 0.4 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" R3D: @@ -736,8 +625,7 @@ R3D: DoDisplay: true NormMin: 0.15 NormMax: 1.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" SPT: @@ -748,7 +636,6 @@ SPT: DoDisplay: true NormMin: 0.05 NormMax: 0.5 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" \ No newline at end of file diff --git a/src/AnalysisConfigFiles/IndexPropertiesConfig.yml b/src/AnalysisConfigFiles/IndexPropertiesConfig.yml index 4d1a3212c..4681d3ef8 100644 --- a/src/AnalysisConfigFiles/IndexPropertiesConfig.yml +++ b/src/AnalysisConfigFiles/IndexPropertiesConfig.yml @@ -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." @@ -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." @@ -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." @@ -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." @@ -61,8 +53,6 @@ SegmentDuration: NormMax: 1.0 ProjectID: Acoustic Indices Units: "min" - IncludeInComboIndex: false - ComboWeight: 0.0 HighAmplitudeIndex: Name: High Amplitude Index Comment: "Av number of samples/sec where abs. amplitude is within 10*epislon of the max signal value." @@ -73,8 +63,6 @@ HighAmplitudeIndex: NormMax: 1.0 ProjectID: Acoustic Indices Units: "av/s" - IncludeInComboIndex: false - ComboWeight: 0.0 ZeroSignal: Name: Zero Signal Index Comment: "Indicates if signal segment is flat or zero." @@ -85,8 +73,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." @@ -97,8 +83,6 @@ ClippingIndex: NormMax: 5.0 ProjectID: Acoustic Indices Units: "avClips/s" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgSignalAmplitude: Name: av Signal Ampl Comment: "Av amplitude of the signal envelope in dB." @@ -111,8 +95,6 @@ AvgSignalAmplitude: NormMax: -10.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 BackgroundNoise: Name: Background Noise Comment: "Av amplitude of the noise removed from the audio segment using the method of Lamel et al." @@ -124,8 +106,6 @@ BackgroundNoise: NormMax: -10.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 Snr: Name: Maximum SNR Comment: "Max amplitude of signal envelope after noise removal." @@ -136,8 +116,6 @@ Snr: NormMax: 50.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgSnrOfActiveFrames: Name: av SNR (Active frames) Comment: "Av amplitude of active frames in signal envelope after noise removal. Active frames are those with amplitude > threshold 3 dB." @@ -148,8 +126,6 @@ AvgSnrOfActiveFrames: NormMax: 30.0 ProjectID: Acoustic Indices Units: "dB" - IncludeInComboIndex: false - ComboWeight: 0.0 Activity: Name: Activity Comment: "% of active frames i.e. where SNR exceeds threshold = 3 dB." @@ -160,8 +136,6 @@ Activity: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EventsPerSecond: Name: Events per sec Comment: "Av number of events per second. An event is any consecutive sequence of active frames having duration > threshold = 100 ms." @@ -172,8 +146,6 @@ EventsPerSecond: NormMax: 5.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 AvgEventDuration: Name: Av Event Duration Comment: "Av duration in ms of the events in an audio segment." @@ -184,8 +156,6 @@ AvgEventDuration: NormMax: 1000 ProjectID: Acoustic Indices Units: "ms" - IncludeInComboIndex: false - ComboWeight: 0.0 HighFreqCover: Name: hf Cover Comment: "% hf Cover 4000 Hz to 8800 Hz" @@ -196,8 +166,6 @@ HighFreqCover: NormMax: 0.5 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 MidFreqCover: Name: mf Cover Comment: "% mf Cover. 500 Hz to 4000 Hz" @@ -208,8 +176,6 @@ MidFreqCover: NormMax: 0.50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 LowFreqCover: Name: lf Cover Comment: "% lf Cover. 0 - 500 Hz" @@ -220,8 +186,6 @@ LowFreqCover: NormMax: 0.50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 AcousticComplexity: Name: ACI Comment: "ACI" @@ -232,8 +196,6 @@ AcousticComplexity: NormMax: 0.7 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.2 TemporalEntropy: Name: 1-H[t] Comment: "1-Ht is a measure of concentration of acoustic energy instead of energy dispersal." @@ -244,8 +206,6 @@ TemporalEntropy: NormMax: 0.5 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.3 SqrtTempEntropy: Name: Sqrt(1-H[t]) Comment: "Sqrt(1-Ht) is an attempt to obtain more even distribution of Ht values. NormMax = sqrt(0.5)" @@ -256,8 +216,6 @@ SqrtTempEntropy: NormMax: 0.7 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 LogTempEntropy: Name: Log(1-H[t]) Comment: "Log(1-Ht) is an attempt to obtain more even distribution of Ht values. NormMax = log(1 + 0.5)" @@ -268,8 +226,6 @@ LogTempEntropy: NormMax: 0.176 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfAverageSpectrum: Name: 1-H[avg spectrum] Comment: "1-H[spectral avg] is a measure of concentration of acoustic energy in the average spectrum over one minute." @@ -280,8 +236,6 @@ EntropyOfAverageSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfVarianceSpectrum: Name: 1-H[var spectrum] Comment: "1-H[spectral var] is a measure of concentration of acoustic energy in the variance spectrum over one minute." @@ -292,8 +246,6 @@ EntropyOfVarianceSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfPeaksSpectrum: Name: 1-H[peak freq spectrum] Comment: "1-H[peak freq] is a measure of concentration of peak frequencies over one minute." @@ -304,8 +256,6 @@ EntropyOfPeaksSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 EntropyOfCoVSpectrum: Name: 1-H[CoV spectrum] Comment: "1-H[CoV sp] is a measure of concentration of energy in the Coeff of Variance Spectrum." @@ -316,8 +266,6 @@ EntropyOfCoVSpectrum: NormMax: 1.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 ClusterCount: Name: Cluster Count Comment: "Number of spectral clusters in one minute audio segment as determined by a clustering algorithm." @@ -328,8 +276,6 @@ ClusterCount: NormMax: 50 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: true - ComboWeight: 0.3 #AvgClusterDuration: # Name: av Cluster Duration # Comment: "Average duration in ms of the spectrum cluster sequences." @@ -340,8 +286,6 @@ ClusterCount: # NormMax: 250 # ProjectID: Acoustic Indices # Units: "ms" -# IncludeInComboIndex: false -# ComboWeight: 0.0 ThreeGramCount: Name: 3-gram Count Comment: "Number of different tri-gram spectral cluster sequences." @@ -352,8 +296,6 @@ ThreeGramCount: NormMax: 1500 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 SptDensity: Name: SPT density Comment: "Average number of spectral peaks tracks traversing a frame." @@ -364,8 +306,6 @@ SptDensity: NormMax: 10.0 ProjectID: Acoustic Indices Units: "" - IncludeInComboIndex: false - ComboWeight: 0.0 #SptPerSecond: # Name: av Tracks/Sec # Comment: "Average number of spectral tracks per second." @@ -376,8 +316,6 @@ SptDensity: # NormMax: 50 # ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 #AvgSptDuration: # Name: av Track Duration # Comment: "Average duration of a spectral track." @@ -388,8 +326,6 @@ SptDensity: # NormMax: 2.0 # ProjectID: Acoustic Indices # Units: "s" -# IncludeInComboIndex: false -# ComboWeight: 0.0 #RainIndex: # Name: Rain Index # Comment: "OBSOLETE! DEPRACATED! Rain score calculated every 10 sec and 6 values averaged over the minute." @@ -400,20 +336,16 @@ SptDensity: # NormMax: 1.0 # ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 #CicadaIndex: # Name: Cicada Index # Comment: "OBSOLETE! DEPRACATED! Cicada score calculated every 10 sec and 6 values averaged over the minute." # DataType: double # DefaultValue: 0.0 -# DoDisplay: false +# DoDisplay: false # NormMin: 0 -# NormMax: 1.0 -# ProjectID: Acoustic Indices +# NormMax: 1.0 +# ProjectID: Acoustic Indices # Units: "" -# IncludeInComboIndex: false -# ComboWeight: 0.0 NDSI: Name: NDSI Comment: "Normalised Difference Soundscape Index) calculated from PSD - originated from Stuart Gage." @@ -562,10 +494,10 @@ FileName: DoDisplay: false ProjectID: Acoustic Indices Units: "" -# ADD THE SUMMARY INDICES ABOVE HERE +# ADD NEW SUMMARY INDICES ABOVE HERE # ==================================================================================================================================== # ==================================================================================================================================== -# ADD THE SPECTRAL INDICES BELOW HERE +# ADD NEW SPECTRAL INDICES BELOW HERE # IMPORTANT: SPECTRAL INDCIES MUST BE OF TYPE Double[] ACI: @@ -576,8 +508,7 @@ ACI: DoDisplay: true NormMin: 0.4 NormMax: 0.7 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" BGN: @@ -590,8 +521,7 @@ BGN: # Usual value is -30. However -20 adds more contrast into BGN spectrogram NormMin: -100.0 NormMax: -30.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "dB" CVR: @@ -603,21 +533,18 @@ CVR: DoDisplay: true NormMin: 0.0 NormMax: 0.7 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" -# ComboWeight: 0.0 DIF: Name: spectralDIF - Comment: "Spectrum of summed DIFFERENCES between consecutive FFT coeff's in the ampl spgram. This spgram not displayed. It is used as intermediate for subsequent calculation of ACI." + Comment: "Summed DIFFERENCES between consecutive FFT coeff's in the ampl spgram. This IS NOT an acoustic index. . It is used as intermediate for subsequent calculation of ACI." DataType: double[] DefaultValue: 0.0 DoDisplay: false NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "" ENT: @@ -628,8 +555,7 @@ ENT: DoDisplay: true NormMin: 0.0 NormMax: 0.6 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" EVN: @@ -640,8 +566,7 @@ EVN: DoDisplay: true NormMin: 0.0 NormMax: 2.0 - CalculateNormMin: true - CalculateNormMax: false + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "events/s" OSC: @@ -652,20 +577,18 @@ OSC: DoDisplay: true NormMin: 0.1 NormMax: 5.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "" SUM: Name: spectralSUM - Comment: "Spectrum of summed FFT coefficients derived from the ampl spgram. This spgram not displayed. It is used for intermediate calculations only." + Comment: "Spectrum of summed FFT coefficients derived from the ampl spgram. This IS NOT an acoustic index. It is used for intermediate calculations only." DataType: double[] DefaultValue: 0.0 DoDisplay: false NormMin: 0.0 NormMax: 10.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "" PMN: @@ -676,8 +599,7 @@ PMN: DoDisplay: true NormMin: 0.0 NormMax: 15.0 - CalculateNormMin: true - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "dB" RHZ: @@ -688,8 +610,7 @@ RHZ: DoDisplay: true NormMin: 0.1 NormMax: 1.0 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" RVT: @@ -700,8 +621,7 @@ RVT: DoDisplay: true NormMin: 0.1 NormMax: 0.4 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" RPS: @@ -712,8 +632,7 @@ RPS: DoDisplay: true NormMin: 0.0 NormMax: 0.4 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" RNG: @@ -724,8 +643,7 @@ RNG: DoDisplay: true NormMin: 0.0 NormMax: 0.4 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" R3D: @@ -736,8 +654,7 @@ R3D: DoDisplay: true NormMin: 0.15 NormMax: 1.0 - CalculateNormMin: true - CalculateNormMax: true + CalculateNormBounds: true ProjectID: Acoustic Indices Units: "tracks/s" SPT: @@ -748,7 +665,6 @@ SPT: DoDisplay: true NormMin: 0.05 NormMax: 0.5 - CalculateNormMin: false - CalculateNormMax: false + CalculateNormBounds: false ProjectID: Acoustic Indices Units: "tracks/s" \ No newline at end of file