[med-svn] [SCM] aghermann branch, master, updated. 4b06a66467a52311d413e817136ece62c0e9c24a

Andrei Zavada johnhommer at gmail.com
Sun Jul 21 19:56:36 UTC 2013


The following commit has been merged in the master branch:
commit 2a222fc780fb9b74914720d6ecf104bd756c6889
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Fri Jul 19 01:26:34 2013 +0300

    MW: autoscale was too low

diff --git a/src/aghermann/ui/mw/mw.cc b/src/aghermann/ui/mw/mw.cc
index 7ee9dd0..bf1bbec 100644
--- a/src/aghermann/ui/mw/mw.cc
+++ b/src/aghermann/ui/mw/mw.cc
@@ -533,7 +533,7 @@ calculate_profile_scale()
 	double value =
 		unlikely (valid_episodes == 0)
 		? 1.
-		: tl_height / valid_episodes / avg_profile_height * .3;
+		: tl_height / valid_episodes / avg_profile_height * .9;
 
 	switch ( display_profile_type ) {
 	case metrics::TType::psd:

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list