The following commit has been merged in the master branch:
commit e7b293d3d921e880aa108a890c891ff1d084fa17
Author: Andrei Zavada <[email protected]>
Date: Thu Jul 18 01:41:35 2013 +0300
consider default AD profile for SU/SS display on selection
Avoid eventual dialog creation
diff --git a/src/aghermann/ui/sf/channel.cc b/src/aghermann/ui/sf/channel.cc
index 154c580..0abb326 100644
--- a/src/aghermann/ui/sf/channel.cc
+++ b/src/aghermann/ui/sf/channel.cc
@@ -610,8 +610,7 @@ aghui::SScoringFacility::SChannel::
_put_selection()
{
if ( selection_end_time - selection_start_time > 1. ) {
- _p.artifacts_d().W_V.down();
- auto& P = _p.artifacts_d().P;
+ auto& P = _p._p.global_artifact_detection_profiles["default"];
auto sssu =
metrics::mc::do_sssu_reduction(
valarray<TFloat> {signal_filtered[ slice
(selection_start, (selection_end - selection_start), 1) ]},
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit