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

Updated branch to the current stable - this is what the new release will be...

Updated branch to the current stable - this is what the new release will be based on subject to minor fixes
parent 2b2e44a8
No related branches found
No related tags found
No related merge requests found
......@@ -326,11 +326,11 @@ void print_results(const vector<int>& idx,
string tablehead;
tablehead = "Cluster Index\tVoxels";
if (!pthresh.unset()) tablehead += "\tP\t-log10(P)";
tablehead += "\tMax Z\tx" + units + "\ty" + units + "\tz" + units
+ "\tCOG x" + units + "\tCOG y" + units + "\tCOG z" + units;
tablehead += "\tZ-MAX\tZ-MAX X" + units + "\tZ-MAX Y" + units + "\tZ-MAX Z" + units
+ "\tZ-COG X" + units + "\tZ-COG Y" + units + "\tZ-COG Z" + units;
if (!copename.unset()) {
tablehead+= "\tMax COPE\tx" + units + "\ty" + units + "\tz" + units
+ "\tMean COPE";
tablehead+= "\tCOPE-MAX\tCOPE-MAX X" + units + "\tCOPE-MAX Y" + units + "\tCOPE-MAX Z" + units
+ "\tCOPE-MEAN";
}
cout << tablehead << 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