Skip to content

Commit ff9b764

Browse files
committed
reduce filesize in x-ray calibration, update changelog
1 parent d71593d commit ff9b764

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

Analyse/Changelog/MoReWeb_changes.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,13 @@
99
<h1>MoReWeb changelog</h1>
1010
last updated: September 17, 2015
1111
<h2>v0.6.2</h2>
12-
<h3>General changes</h3>
13-
<h4>Fulltest analysis</h4>
12+
This version reduces the total size of output folders in FinalResults by more than 50% for both X-ray and FullQualification.
13+
<h4>General changes</h4>
1414
<ul>
1515
<li>
1616
use png for chip maps to reduce file sizes
1717
</li>
1818
</ul>
19-
<h4>Fulltest analysis</h4>
20-
<ul>
21-
<li>
22-
use png for chip maps to reduce file sizes
23-
</li>
24-
</ul>
2519

2620
<h2>v0.6.1</h2>
2721
<h3>New Features</h3>

Analyse/MoReWeb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<body>
99

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

Analyse/TestResultClasses/CMSPixel/QualificationGroup/XrayCalibration/Chips_Xray/Chip_Xray/Xray_HitMap_Chip/Xray_HitMap_Chip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def PopulateResultData(self):
6767
self.ResultData['Plot']['ROOTObject'].GetYaxis().SetTitleOffset(1.5)
6868
self.ResultData['Plot']['ROOTObject'].GetYaxis().CenterTitle()
6969

70+
if self.Canvas:
71+
self.Canvas.SetCanvasSize(500, 500)
72+
self.ResultData['Plot']['Format'] = 'png'
7073
self.SaveCanvas()
7174
if self.verbose:
7275
tag = self.Name + ": Done"

0 commit comments

Comments
 (0)