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

Current Version Jan 15

parent 10f37e0c
No related branches found
No related tags found
No related merge requests found
/* calc_grad_perc_dev.cc
Mark Jenkinson, FMRIB Image Analysis Group
Mark Jenkinson and Matthew Webster, FMRIB Image Analysis Group
Copyright (C) 2012 University of Oxford */
Copyright (C) 2012-2014 University of Oxford */
/* CCOPYRIGHT */
......@@ -85,7 +85,7 @@ int do_work(int argc, char* argv[])
zpd[0]*=100.0/fw.xdim();
zpd[1]*=100.0/fw.ydim();
zpd[2]*=100.0/fw.zdim();
string bname=fslbasename(outname.value());
string bname=make_basename(outname.value());
save_volume4D(xpd,bname+"_x");
save_volume4D(ypd,bname+"_y");
save_volume4D(zpd,bname+"_z");
......
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