r659: *** empty log message ***
[ctsim.git] / tools / phm2pj.cpp
index 0d71d4dfdf5225457bd7c9113a913c71dc734429..cfae91f808def5a62cfa00426a742a288488a5b3 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2pj.cpp,v 1.29 2001/03/02 20:25:11 kevin Exp $
+**  $Id: phm2pj.cpp,v 1.30 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
@@ -52,7 +52,7 @@ static struct option phm2pj_options[] =
   {0, 0, 0, 0}
 };
 
-static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.29 2001/03/02 20:25:11 kevin Exp $";
+static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.30 2001/04/02 03:49:52 kevin Exp $";
 
 
 void 
@@ -65,10 +65,8 @@ phm2pj_usage (const char *program)
   std::cout << "     nview            Number of rotated views\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        Get Phantom from phantom file\n";
   std::cout << "     --desc           Description of raysum\n";
   std::cout << "     --nray           Number of rays per detector (default = 1)\n";