r157: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Jul 2000 11:38:00 +0000 (11:38 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Jul 2000 11:38:00 +0000 (11:38 +0000)
tools/pjrec.cpp

index dd4ad81b6695334ecf4daa1506f36fb3bb4407d8..74d1a3e3183b721c3e8f777d409ff8448610c414 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: pjrec.cpp,v 1.3 2000/07/20 11:17:31 kevin Exp $
+**  $Id: pjrec.cpp,v 1.4 2000/07/20 11:38:00 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -134,7 +134,7 @@ pjrec_main (int argc, char * argv[])
   string optFilterName = SignalFilter::FILTER_ABS_BANDLIMIT_STR;
   string optFilterMethodName = SignalFilter::FILTER_METHOD_CONVOLUTION_STR;
   string optInterpName = Backprojector::INTERP_LINEAR_STR;
-  string optBackprojName = Backprojector::BPROJ_IDIFF2_STR;
+  string optBackprojName = Backprojector::BPROJ_IDIFF3_STR;
   int optPreinterpolationFactor = 1;
   int nx, ny;
 #ifdef HAVE_MPI
@@ -239,7 +239,7 @@ pjrec_main (int argc, char * argv[])
       filterDesc << optFilterName;
 
     ostringstream label;
-    label << "pjrec: " << nx << "x" << ny << ", " << filterDesc.str() << ", " << optInterpName << ", preinterpolation=" << optPreinterpolationFactor << ", " << optBackprojName;
+    label << "pjrec: " << nx << "x" << ny << ", " << filterDesc.str() << ", " << optInterpName << ", preinterpolationFactor=" << optPreinterpolationFactor << ", " << optBackprojName;
     remark = label.str();
   
     if (optVerbose)