X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fphm2if.cpp;h=98eb4aeadaa290ed57eb69d63cb188256a12f67e;hb=36b1cf96dd076a5ff15ae4e037d2f3499d13f380;hp=c6755eca9f6915276c9d0589b0f67926d1465e83;hpb=8ab133ae5386023557f5a008ef0d2b081ff288e5;p=ctsim.git diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index c6755ec..98eb4ae 100644 --- a/tools/phm2if.cpp +++ b/tools/phm2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2if.cpp,v 1.23 2001/02/08 21:49:32 kevin Exp $ +** $Id$ ** ** 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 @@ -51,7 +51,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.23 2001/02/08 21:49:32 kevin Exp $"; +static const char* g_szIdStr = "$Id$"; void phm2if_usage (const char *program) @@ -65,10 +65,8 @@ phm2if_usage (const char *program) std::cout << " --view-ratio View diameter to phantom diameter ratio (default = 1)\n"; std::cout << " --phantom Phantom to use for projection\n"; std::cout << " herman Herman head phantom\n"; - std::cout << " herman-b Herman head phantom (Bordered)\n"; std::cout << " shepp-logan Shepp-Logan head phantom\n"; - std::cout << " shepp-logan-b Shepp-Logan head phantom (Bordered)\n"; - std::cout << " unitpulse Unit pulse phantom\n"; + std::cout << " unit-pulse Unit pulse phantom\n"; std::cout << " --phmfile Generate Phantom from phantom file\n"; std::cout << " --filter Generate Phantom from a filter function\n"; std::cout << " abs_bandlimit Abs * Bandlimiting\n"; @@ -91,10 +89,6 @@ phm2if_usage (const char *program) std::cout << " --trace Trace level to use\n"; std::cout << " none No tracing (default)\n"; std::cout << " console Trace text level\n"; - std::cout << " phantom Trace phantom\n"; - std::cout << " proj Trace projections\n"; - std::cout << " plot Trace plot\n"; - std::cout << " clipping Trace clipping\n"; std::cout << " --debug Debug mode\n"; std::cout << " --verbose Verbose mode\n"; std::cout << " --version Print version\n";