X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fpjrec.cpp;h=10adbff4a2d929eb60cfbe85cc5c39487f298386;hb=2a39ee3b125e3e2e68bbba2ac15a65039456ff7e;hp=1638dbea45023bd5856b75c1598e4781b115a17e;hpb=e36dfad3f0818b4c3457fbe7277faa6f4ca28dfe;p=ctsim.git diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 1638dbe..10adbff 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.12 2000/08/19 22:59:06 kevin Exp $ +** $Id: pjrec.cpp,v 1.13 2000/08/22 07:02:48 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 @@ -49,7 +49,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.12 2000/08/19 22:59:06 kevin Exp $"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.13 2000/08/22 07:02:48 kevin Exp $"; void pjrec_usage (const char *program) @@ -72,12 +72,12 @@ pjrec_usage (const char *program) cout << " --filter Filter name" << endl; cout << " abs_bandlimit Abs * Bandlimiting (default)" << endl; cout << " abs_sinc Abs * Sinc" << endl; - cout << " abs_cos Abs * Cosine" << endl; + cout << " abs_cosine Abs * Cosine" << endl; cout << " abs_hamming Abs * Hamming" << endl; cout << " shepp Shepp-Logan" << endl; cout << " bandlimit Bandlimiting" << endl; cout << " sinc Sinc" << endl; - cout << " cos Cosine" << endl; + cout << " cosine Cosine" << endl; cout << " triangle Triangle" << endl; cout << " hamming Hamming" << endl; cout << " --filter-method Filter method before backprojections\n";;