r659: *** empty log message ***
[ctsim.git] / tools / phm2if.cpp
index c6755eca9f6915276c9d0589b0f67926d1465e83..653e63528c9137f673e6cf2086776626de0d4d45 100644 (file)
@@ -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: phm2if.cpp,v 1.24 2001/04/02 03:49:52 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
@@ -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: phm2if.cpp,v 1.24 2001/04/02 03:49:52 kevin Exp $";
 
 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";