This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch WIP in repository aghermann.
commit 5c14d09ab94c942b311d958fa776046045b59936 Author: Andrei Zavada <[email protected]> Date: Sat Oct 19 23:13:24 2013 +0300 debugging cleanup --- upstream/src/aghermann/artifact-detection/3in1.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/upstream/src/aghermann/artifact-detection/3in1.cc b/upstream/src/aghermann/artifact-detection/3in1.cc index c8a29ec..2d8c899 100644 --- a/upstream/src/aghermann/artifact-detection/3in1.cc +++ b/upstream/src/aghermann/artifact-detection/3in1.cc @@ -123,14 +123,12 @@ detect_artifacts( sigfile::SNamedChannel& N, sigref, P.emg_steady_secs, P.emg_max_dev_factor); - //APPLOG_INFO ("steady tone: %g", this_steady_tone); auto emg_raw_profile = sigproc::raw_signal_profile<TFloat>( sigref, 1., P.emg_min_steadytone_run); for ( size_t t = 0; t < emg_raw_profile.size(); ++t ) if ( emg_raw_profile[t] > this_steady_tone * P.emg_min_steadytone_factor ) { - //APPLOG_INFO ("perturbed[%zu]? %g > %g * %g", t, emg_raw_profile[t], this_steady_tone, P.emg_min_steadytone_factor); AF.mark_artifact( (t+0) * P.emg_min_steadytone_run, (t+1) * P.emg_min_steadytone_run); -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
