Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdtv
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Staging
hdtv
Compare Revisions
dd438b7c44265072bf8b0528170cecc95780e38c...39d70a5f12b12668ce2138c5b44117cff0d04910
Source
39d70a5f12b12668ce2138c5b44117cff0d04910
Select Git revision
...
Target
dd438b7c44265072bf8b0528170cecc95780e38c
Select Git revision
Compare
Commits (2)
Fixed wrong cut axis from mfile matrices
· da303fd8
Michael Weinert
authored
Apr 09, 2019
da303fd8
Merge branch 'master' into 'master'
· 39d70a5f
Jan Mayer
authored
Apr 09, 2019
Fixed wrong cut axis from mfile matrices See merge request
!12
39d70a5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hdtv/histogram.py
hdtv/histogram.py
+2
-2
No files found.
hdtv/histogram.py
View file @
39d70a5f
...
...
@@ -624,11 +624,11 @@ class MHisto2D(Histo2D):
othercal
=
self
.
_yproj
.
cal
else
:
othercal
=
self
.
_xproj
.
cal
matrix
=
self
.
vmatrix
matrix
=
self
.
t
vmatrix
else
:
thiscal
=
self
.
_yproj
.
cal
othercal
=
self
.
_xproj
.
cal
matrix
=
self
.
t
vmatrix
matrix
=
self
.
vmatrix
matrix
.
ResetRegions
()
...
...