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

MELODIC 3.02 with FDR

parent 70978cde
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ namespace Melodic{ ...@@ -295,7 +295,7 @@ namespace Melodic{
if(mmodel.get_threshmaps().Storage()>0&& if(mmodel.get_threshmaps().Storage()>0&&
(mmodel.get_threshmaps().Ncols() == mmodel.get_data().Ncols())&& (mmodel.get_threshmaps().Ncols() == mmodel.get_data().Ncols())&&
(mmodel.get_threshmaps().Nrows()>1)) (mmodel.get_threshmaps().Nrows()>1))
{//Output other thresholded IC map /* {//Output other thresholded IC map
for(int tctr=2; tctr<=mmodel.get_threshmaps().Nrows(); tctr++){ for(int tctr=2; tctr<=mmodel.get_threshmaps().Nrows(); tctr++){
tempVol.setmatrix(mmodel.get_threshmaps().Row(tctr),melodat.get_mask()); tempVol.setmatrix(mmodel.get_threshmaps().Row(tctr),melodat.get_mask());
...@@ -347,7 +347,7 @@ namespace Melodic{ ...@@ -347,7 +347,7 @@ namespace Melodic{
IChtml << "<img BORDER=0 SRC=\""+mmodel.get_prefix() IChtml << "<img BORDER=0 SRC=\""+mmodel.get_prefix()
+"_thresh"+num2str(tctr)+".png\" ALT=\"MMfit\"></A><p>" << endl; +"_thresh"+num2str(tctr)+".png\" ALT=\"MMfit\"></A><p>" << endl;
} }
} }*/
{ //finish IC page { //finish IC page
IChtml<< "<HR><FONT SIZE=1>This page produced automatically by " IChtml<< "<HR><FONT SIZE=1>This page produced automatically by "
......
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