X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fpjrec.cpp;h=542f7f22131286e0f58c74ca5c9317406faaea65;hp=3240dddaec496bf582068990002d6f9757e94a37;hb=17f20398d8bb0e4b97b5884b999bbe8d58c5254f;hpb=4ab75eaf538f5b42cf86830e44eee70590cd8c9a diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 3240ddd..542f7f2 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.23 2001/02/11 21:57:08 kevin Exp $ +** $Id: pjrec.cpp,v 1.24 2001/02/16 00:28:42 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 @@ -48,7 +48,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.23 2001/02/11 21:57:08 kevin Exp $"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.24 2001/02/16 00:28:42 kevin Exp $"; void pjrec_usage (const char *program) @@ -74,12 +74,14 @@ pjrec_usage (const char *program) std::cout << " abs_sinc Abs * Sinc" << std::endl; std::cout << " abs_cosine Abs * Cosine" << std::endl; std::cout << " abs_hamming Abs * Hamming" << std::endl; + std::cout << " abs_hanning Abs * Hanning" << std::endl; std::cout << " shepp Shepp-Logan" << std::endl; std::cout << " bandlimit Bandlimiting" << std::endl; std::cout << " sinc Sinc" << std::endl; std::cout << " cosine Cosine" << std::endl; std::cout << " triangle Triangle" << std::endl; std::cout << " hamming Hamming" << std::endl; + std::cout << " hanning Hanning" << std::endl; std::cout << " --filter-method Filter method before backprojections\n";; std::cout << " convolution Spatial filtering (default)\n"; std::cout << " fourier Frequency filtering with discete fourier\n";