The following commit has been merged in the master branch:
commit db2982388fe60bbcd6169bdc7b326f44f2d51267
Author: Andrei Zavada <[email protected]>
Date:   Thu Jul 18 01:44:08 2013 +0300

    SF: narrower valid range for signal_display_scale (1e6 not 1e9)

diff --git a/src/aghermann/ui/sf/sf.cc b/src/aghermann/ui/sf/sf.cc
index f3322e4..2848a37 100644
--- a/src/aghermann/ui/sf/sf.cc
+++ b/src/aghermann/ui/sf/sf.cc
@@ -169,7 +169,7 @@ SScoringFacility (agh::CSubject& J,
                                        h.signal_filtered,
                                        vpagesize() * h.samplerate() * min 
(h.crecording.total_pages(), (size_t)10),
                                        interchannel_gap / 2);
-               agh::alg::ensure_within( h.signal_display_scale, 1e-9, 1e9);
+               agh::alg::ensure_within( h.signal_display_scale, 1e-6, 1e6);
 
                if ( h.schannel().type() == sigfile::SChannel::TType::eeg ) {
                      // calibrate profile display scales

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to