The following commit has been merged in the master branch:
commit f49f65e3d8443042d4ec97d205355b279e606bf8
Author: Andrei Zavada <[email protected]>
Date: Sun Feb 3 13:18:52 2013 +0200
consider only EEG channels when drawing nrem-rem cycle
diff --git a/src/ui/mw/measurements.cc b/src/ui/mw/measurements.cc
index 3d8093a..ebeb59d 100644
--- a/src/ui/mw/measurements.cc
+++ b/src/ui/mw/measurements.cc
@@ -214,7 +214,7 @@ draw_timeline( cairo_t *cr) const
// ultradian cycle
if ( _p._p.draw_nremrem_cycles ) {
- auto& M = E.recordings.at(_p._p.AghH());
+ auto& M = E.recordings.at(_p._p.AghT());
if ( M.have_uc_determined() ) {
agh::beersma::FUltradianCycle F
(*M.uc_params);
snprintf_buf( "T: %g r: %g", F.T, F.r);
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit