Skip to content
Snippets Groups Projects
Commit d80f3199 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Removed trace writes

parent fb1f2bf9
No related branches found
No related tags found
No related merge requests found
......@@ -417,9 +417,6 @@ int fmrib_main(int argc, char *argv[])
if (verbose.value()) {cout<<"Re-thresholding with p-value"<<endl;}
Infer infer(dLh.value(), th, voxvol.value());
if (labelim.zsize()<=1) { infer.setD(2); } // the 2D option
for (int n=0; n<=30; n++) {
cout << "infer("<<n<<") = "<<infer(n) << endl;
}
for (int n=1; n<length; n++) {
int k = size[n];
logpvals[n] = infer(k)/log(10);
......
......@@ -53,8 +53,8 @@ Infer::Infer(float udLh, float ut, unsigned int uV) {
}
cout << "E{m} " << Em_ << endl;
cout << "Beta = " << B_ << endl;
// cout << "E{m} " << Em_ << endl;
// cout << "Beta = " << B_ << 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