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

updated melodic denoising docs

parent d7672aa1
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ namespace Melodic{
melodat.glmT.get_pf_fmf().Column(cnum) <<
"<BR> (uncorrected for #comp.)</TD>" << endl;
if(melodat.Tcon.Storage() > 0 &&
melodat.Tdes.Ncols() == melodat.Tcon.Nrows()){
melodat.Tdes.Ncols() == melodat.Tcon.Ncols()){
IChtml << fixed << setprecision(2) << "<TD><TABLE border=0><TR><TD align=right>" <<endl;
for(int ctr=1; ctr <= melodat.Tcon.Nrows() ; ctr++)
IChtml << "COPE(" << num2str(ctr) << "): <br>" << endl;
......@@ -327,7 +327,7 @@ namespace Melodic{
melodat.glmS.get_pf_fmf().Column(cnum) <<
"<BR> (uncorrected for #comp.)</TD>" << endl;
if(melodat.Scon.Storage() > 0 && melodat.Sdes.Storage() > 0 &&
melodat.Sdes.Ncols() == melodat.Scon.Nrows()){
melodat.Sdes.Ncols() == melodat.Scon.Ncols()){
IChtml << fixed << setprecision(2) << "<TD><TABLE border=0><TR><TD align=right>" <<endl;
for(int ctr=1; ctr <= melodat.Scon.Nrows() ; ctr++)
IChtml << "COPE(" << num2str(ctr) << "): <br>" << endl;
......
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