Skip to content
Snippets Groups Projects
Commit 52bb24cf authored by Christian Beckmann's avatar Christian Beckmann
Browse files

changed --sep_vn to be not default

parent 4a83dcef
No related branches found
No related tags found
No related merge requests found
......@@ -196,8 +196,8 @@ class MelodicOptions {
joined_whiten(string("--sep_whiten"), false,
string("switch on separate whitening"),
false, no_argument, false),
joined_vn(string("--sep_vn"), false,
string("switch on group variance nomalisation (as opposed to separate VN)"),
joined_vn(string("--sep_vn"), true,
string("switch on separate variance nomalisation (as opposed to separate VN)"),
false, no_argument),
dr_pca(string("--mod_pca"), true,
string("switch off modified PCA for concat ICA"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment