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

save TR in output files

parent a8c8237c
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ void save4D(Matrix what, string fname){
tempVol.setmatrix(what.t(),mask);
else
tempVol.setmatrix(what,mask);
tempVol.setTR(TR);
save_volume4D(tempVol,fname);
}
}
......
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