From 68d58fe73be13ec6fb32fcc45826050f3bf8faf8 Mon Sep 17 00:00:00 2001 From: towsey Date: Thu, 22 Aug 2019 16:49:15 +1000 Subject: [PATCH] Update LdSpectrogramRibbons.cs Final commit for this branch. --- .../LongDurationSpectrograms/LdSpectrogramRibbons.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/AudioAnalysisTools/LongDurationSpectrograms/LdSpectrogramRibbons.cs b/src/AudioAnalysisTools/LongDurationSpectrograms/LdSpectrogramRibbons.cs index 61c391f2d..771ef136a 100644 --- a/src/AudioAnalysisTools/LongDurationSpectrograms/LdSpectrogramRibbons.cs +++ b/src/AudioAnalysisTools/LongDurationSpectrograms/LdSpectrogramRibbons.cs @@ -3,7 +3,11 @@ // All code in this file and all associated files are the copyright and property of the QUT Ecoacoustics Research Group (formerly MQUTeR, and formerly QUT Bioacoustics Research Group). // // -// This class contains methods that work on spectral ribbons. +// This class contains methods that process false-colour spectrogram ribbons. +// It was originally intended to contain methods for the analysis of Spectrogram ribbons as a quick way of beginning some trials on sound-scape analysis. +// It was subsequently decided to adopt a different approach to sound-scape analysis. +// As of August 2019, only one method is called from outside this class: GetSpectrogramRibbon(). +// namespace AudioAnalysisTools.LongDurationSpectrograms {