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

removed volumeinfo

parent 17b497c9
No related branches found
No related tags found
No related merge requests found
...@@ -100,9 +100,9 @@ namespace Melodic{ ...@@ -100,9 +100,9 @@ namespace Melodic{
newpic.set_cbar(string("ysb")); newpic.set_cbar(string("ysb"));
if((std::abs(map1.max()-map1.min())>0.01) || (std::abs(map2.max()-map2.min())>0.01)) if((std::abs(map1.max()-map1.min())>0.01) || (std::abs(map2.max()-map2.min())>0.01))
newpic.slicer(newvol, instr, &melodat.tempInfo); newpic.slicer(newvol, instr);
else else
newpic.slicer(newvol, instr, &melodat.tempInfo); newpic.slicer(newvol, instr);
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;
...@@ -398,7 +398,7 @@ namespace Melodic{ ...@@ -398,7 +398,7 @@ namespace Melodic{
mmodel.get_infstr(tctr)); mmodel.get_infstr(tctr));
newpic.set_cbar(string("ysb")); newpic.set_cbar(string("ysb"));
//cerr << instr << endl; //cerr << instr << endl;
newpic.slicer(newvol, instr, &melodat.tempInfo); newpic.slicer(newvol, instr);
IC_rep_det(mmodel, cnum, dim); IC_rep_det(mmodel, cnum, dim);
IChtml << "<a href=\""+mmodel.get_prefix()+"_MM.html\">"; IChtml << "<a href=\""+mmodel.get_prefix()+"_MM.html\">";
...@@ -492,7 +492,7 @@ namespace Melodic{ ...@@ -492,7 +492,7 @@ namespace Melodic{
" - raw Z transformed IC map (1 - 99 percentile)")); " - raw Z transformed IC map (1 - 99 percentile)"));
newpic.set_cbar(string("ysb")); newpic.set_cbar(string("ysb"));
newpic.slicer(newvol, instr, &melodat.tempInfo); newpic.slicer(newvol, instr);
} }
IChtml2 << "<a href=\""+mmodel.get_prefix()+".html\">"; IChtml2 << "<a href=\""+mmodel.get_prefix()+".html\">";
IChtml2 << "<img BORDER=0 SRC=\""+ mmodel.get_prefix()+ IChtml2 << "<img BORDER=0 SRC=\""+ mmodel.get_prefix()+
...@@ -527,7 +527,7 @@ namespace Melodic{ ...@@ -527,7 +527,7 @@ namespace Melodic{
" - Mixture Model probability map")); " - Mixture Model probability map"));
newpic.set_cbar(string("y")); newpic.set_cbar(string("y"));
newpic.slicer(newvol, instr, &melodat.tempInfo); newpic.slicer(newvol, instr);
IChtml2 << "<a href=\""+mmodel.get_prefix()+".html\">"; IChtml2 << "<a href=\""+mmodel.get_prefix()+".html\">";
IChtml2 << "<img BORDER=0 SRC=\""+ mmodel.get_prefix()+ IChtml2 << "<img BORDER=0 SRC=\""+ mmodel.get_prefix()+
...@@ -664,7 +664,7 @@ namespace Melodic{ ...@@ -664,7 +664,7 @@ namespace Melodic{
" - raw Z transformed IC map (1 - 99 percentile)")); " - raw Z transformed IC map (1 - 99 percentile)"));
newpic.set_cbar(string("ysb")); newpic.set_cbar(string("ysb"));
newpic.slicer(newvol, instr, &melodat.tempInfo); newpic.slicer(newvol, instr);
} }
IChtml << "<img BORDER=0 SRC=\""+ prefix+ IChtml << "<img BORDER=0 SRC=\""+ prefix+
......
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