Skip to content

Commit

Permalink
Update OscillationParameters.cs
Browse files Browse the repository at this point in the history
Issue #500 Comment out code to write debug image. Not required for normal usage.
  • Loading branch information
towsey committed Nov 3, 2021
1 parent 4756338 commit 90a0ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AudioAnalysisTools/Ocillations/OscillationParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ public static (List<EventCommon> OscillEvents, List<Plot> Plots) GetOscillationE
}

// save a debug image of the spectrogram which includes the HITS overlay.
var image3 = SpectrogramTools.GetSonogramPlusCharts(spectrogram, events, plots, hits, profileName + " Oscillations");
var path = "C:\\temp\\oscillationsImage.png";
image3.Save(path);
//var image3 = SpectrogramTools.GetSonogramPlusCharts(spectrogram, events, plots, hits, profileName + " Oscillations");
//var path = "C:\\temp\\oscillationsImage.png";
//image3.Save(path);

return (events, plots);
}
Expand Down

0 comments on commit 90a0ddb

Please sign in to comment.