Skip to content
Snippets Groups Projects
Commit b5bbe9bf authored by Stephen Smith's avatar Stephen Smith
Browse files

CORRECTED cbS SCREWUP

parent da03bc3f
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ using namespace std; ...@@ -64,7 +64,7 @@ using namespace std;
string("basename for output files "), string("basename for output files "),
true, requires_argument); true, requires_argument);
Option<string> approach(string("-a,--alg"), string("PCA"), Option<string> approach(string("-a,--alg"), string("PCA"),
string("algorithm for decomposition: PCA (or SVD; default), PLS, orthPLS, CVA, SVD-CVA, MLM"), string("algorithm for decomposition: PCA (or SVD; default), PLS, orthoPLS, CVA, SVD-CVA, MLM"),
false, requires_argument); false, requires_argument);
Option<string> fndesign(string("-d,--design"), string(""), Option<string> fndesign(string("-d,--design"), string(""),
string("file name of the GLM design matrix (time courses or spatial maps)"), string("file name of the GLM design matrix (time courses or spatial maps)"),
......
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