From 98fdb980cf6b651c6209942f6ed1b9795da5f670 Mon Sep 17 00:00:00 2001
From: Christian Beckmann <c.beckmann@donders.ru.nl>
Date: Sun, 22 Nov 2009 16:09:24 +0000
Subject: [PATCH] new modified PCA now default

---
 meloptions.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meloptions.h b/meloptions.h
index 722b81d..5ced18d 100644
--- a/meloptions.h
+++ b/meloptions.h
@@ -192,8 +192,8 @@ class MelodicOptions {
    joined_vn(string("--sep_vn"), true,
    	   string("switch off joined variance nomalisation"), 
        false, no_argument),
-   dr_pca(string("--mod_pca"), false,
-	   string("switch on modified PCA for concat ICA"),
+   dr_pca(string("--mod_pca"), true,
+	   string("switch off modified PCA for concat ICA"),
 	   false, no_argument, false),
    vn_level(string("--vn_level"), float(2.3),
 	   string("variance nomalisation threshold level (Z> value is ignored)"), 
@@ -222,7 +222,7 @@ class MelodicOptions {
    tsmooth(string("--spca"),  false,
 	   string("smooth the eigenvectors prior to IC decomposition"), 
 	    false, no_argument, false),
-   epsilon(string("--eps,--epsilon"), 0.0005,
+   epsilon(string("--eps,--epsilon"), 0.00005,
 	   string("minimum error change"), 
 	   false, requires_argument),
    epsilonS(string("--epsS,--epsilonS"), 0.03,
-- 
GitLab