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

*** empty log message ***

parent ee87d72f
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ namespace Melodic{ ...@@ -149,7 +149,7 @@ namespace Melodic{
outMsize("tmp",tmp); outMsize("tmp",tmp);
outMsize("tmpT",tmpT); outMsize("tmpT",tmpT);
outMsize("tmpS",tmpS); outMsize("tmpS",tmpS);
// if(opts.approach.value()==string("tica")){ if(opts.approach.value()==string("tica")){
Tmodes.clear(); Smodes.clear(); Tmodes.clear(); Smodes.clear();
for(int ctr = 1; ctr <= tmp.Ncols(); ctr++){ for(int ctr = 1; ctr <= tmp.Ncols(); ctr++){
tmpT3 << reshape(tmp.Column(ctr),tmpT.Nrows(),numfiles); tmpT3 << reshape(tmp.Column(ctr),tmpT.Nrows(),numfiles);
...@@ -166,7 +166,7 @@ namespace Melodic{ ...@@ -166,7 +166,7 @@ namespace Melodic{
add_Tmodes(tmpT2); add_Tmodes(tmpT2);
add_Smodes(tmpS2); add_Smodes(tmpS2);
} }
// } }
//add GLM OLS fit //add GLM OLS fit
if(Tdes.Storage()){ if(Tdes.Storage()){
......
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