The following commit has been merged in the master branch:
commit 2a222fc780fb9b74914720d6ecf104bd756c6889
Author: Andrei Zavada <[email protected]>
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
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit