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

Andrei Zavada johnhommer at gmail.com
Fri Nov 16 00:50:18 UTC 2012


The following commit has been merged in the master branch:
commit 83dbcfe2dc4d08aa8d72fe1316bb4dd37457c82b
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Sun Oct 14 21:57:24 2012 +0300

    do ICA on original signals

diff --git a/src/ui/scoring-facility-ica.cc b/src/ui/scoring-facility-ica.cc
index 7429079..25520a1 100644
--- a/src/ui/scoring-facility-ica.cc
+++ b/src/ui/scoring-facility-ica.cc
@@ -64,7 +64,7 @@ setup_ica()
 			checking_sr = this_sr;
 
 		src.emplace_back(
-			bind (&sigfile::CSource::get_signal_filtered<int>, &H.crecording.F(), H.h()));
+			bind (&sigfile::CSource::get_signal_original<int>, &H.crecording.F(), H.h()));
 	}
 	ica = new ica::CFastICA (src, checking_sr * pagesize() * total_pages());
 

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list