Skip to content
Snippets Groups Projects
Commit d4830b12 authored by Matthew Webster's avatar Matthew Webster
Browse files

disable temporal plots for migp as per SS request

parent 21178225
No related branches found
No related tags found
No related merge requests found
...@@ -104,9 +104,9 @@ namespace Melodic{ ...@@ -104,9 +104,9 @@ namespace Melodic{
IChtml << "<a href=\""+mmodel.get_prefix()+"_MM.html\">"; IChtml << "<a href=\""+mmodel.get_prefix()+"_MM.html\">";
IChtml << "<img BORDER=0 SRC=\""+mmodel.get_prefix() IChtml << "<img BORDER=0 SRC=\""+mmodel.get_prefix()
+"_thresh.png\" ALT=\"MMfit\"></A><p>" << endl; +"_thresh.png\" ALT=\"MMfit\"></A><p>" << endl;
} }
{//plot time course if ( !opts.migp.value() ) {//plot time course
IChtml << "<H3> Temporal mode </H3><p>" << endl <<endl; IChtml << "<H3> Temporal mode </H3><p>" << endl <<endl;
miscplot newplot; miscplot newplot;
...@@ -166,8 +166,7 @@ namespace Melodic{ ...@@ -166,8 +166,7 @@ namespace Melodic{
<< std::abs(melodat.explained_var(cnum)) << "% of variance.<p>" << endl; << std::abs(melodat.explained_var(cnum)) << "% of variance.<p>" << endl;
}//time series plot }//time series plot
if(!opts.pspec.value()) if(!opts.migp.value() && !opts.pspec.value()) {//plot frequency
{//plot frequency
miscplot newplot; miscplot newplot;
RowVector empty(1); RowVector empty(1);
empty = 0.0; empty = 0.0;
......
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