From a88e7b693cad1ec061ddf0f46003febff4edff08 Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Thu, 17 May 2012 13:04:24 +0000 Subject: [PATCH] save TR in output files --- fsl_regfilt.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/fsl_regfilt.cc b/fsl_regfilt.cc index 5b9de46..0247205 100644 --- a/fsl_regfilt.cc +++ b/fsl_regfilt.cc @@ -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); } } -- GitLab