r137: *** empty log message ***
[ctsim.git] / src / pjrec.cpp
index c22b472eb7212d69d9c57439d9d0ec050d478e76..c64f6ae849c958e6e228e0907550d80099f4607a 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: pjrec.cpp,v 1.7 2000/07/06 08:30:30 kevin Exp $
+**  $Id: pjrec.cpp,v 1.8 2000/07/06 18:37:24 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
@@ -78,9 +78,11 @@ pjrec_usage (const char *program)
   cout << "  --filter-method  Filter method before backprojections\n";;
   cout << "    convolution      Spatial filtering (default)\n";
   cout << "    fourier          Frequency filtering with discete fourier\n";
+  cout << "    fourier_table    Frequency filtering with table lookup fourier\n";
   cout << "    fft              Fast Fourier Transform\n";
 #if HAVE_FFTW
-  cout << "    fftw             Fast Fourier Transform in the West library\n";
+  cout << "    fftw             Fast Fourier Transform West library\n";
+  cout << "    rfftw            Fast Fourier Transform West (real-mode) library\n";
 #endif
   cout << "  --zeropad n   Set zeropad level (default = 0)\n";
   cout << "                set n to number of powers to two to pad\n";