Skip to content

Commit

Permalink
Update UseModel.cs
Browse files Browse the repository at this point in the history
Issue #252. Change output file name.
  • Loading branch information
towsey committed Nov 21, 2019
1 parent 7a0364f commit 376a503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalysisPrograms/ContentDescription/UseModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public override void SummariseResults(
// Attach content description plots to LDFC spectrogram and write to file
var ldfcSpectrogram = Image.FromFile(ldfcSpectrogramPath);
var image = ContentVisualization.DrawLdfcSpectrogramWithContentScoreTracks(ldfcSpectrogram, contentPlots);
var path3 = Path.Combine(resultsDirectory.FullName, basename + ".CONTENTnew07.png");
var path3 = Path.Combine(resultsDirectory.FullName, basename + ".ContentDescription.png");
image.Save(path3);
}

Expand Down

0 comments on commit 376a503

Please sign in to comment.