Skip to content

Commit

Permalink
reduce filesize in x-ray calibration, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
piberger committed Sep 17, 2015
1 parent d71593d commit ff9b764
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
10 changes: 2 additions & 8 deletions Analyse/Changelog/MoReWeb_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@
<h1>MoReWeb changelog</h1>
last updated: September 17, 2015
<h2>v0.6.2</h2>
<h3>General changes</h3>
<h4>Fulltest analysis</h4>
This version reduces the total size of output folders in FinalResults by more than 50% for both X-ray and FullQualification.
<h4>General changes</h4>
<ul>
<li>
use png for chip maps to reduce file sizes
</li>
</ul>
<h4>Fulltest analysis</h4>
<ul>
<li>
use png for chip maps to reduce file sizes
</li>
</ul>

<h2>v0.6.1</h2>
<h3>New Features</h3>
Expand Down
4 changes: 2 additions & 2 deletions Analyse/MoReWeb.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<body>

<h1>MoReWeb v0.6.0</h1>
last updated: September 11, 2015
<h1>MoReWeb v0.6.2</h1>
last updated: September 17, 2015
<h2>Changelog</h2>
<a href='Changelog/MoReWeb_changes.html'>see Changelog</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def PopulateResultData(self):
self.ResultData['Plot']['ROOTObject'].GetYaxis().SetTitleOffset(1.5)
self.ResultData['Plot']['ROOTObject'].GetYaxis().CenterTitle()

if self.Canvas:
self.Canvas.SetCanvasSize(500, 500)
self.ResultData['Plot']['Format'] = 'png'
self.SaveCanvas()
if self.verbose:
tag = self.Name + ": Done"
Expand Down

0 comments on commit ff9b764

Please sign in to comment.