From e483a54b157b3e866be1f4fd798a4f73f53ed1e1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 24 Nov 2000 12:08:10 +0000 Subject: [PATCH] r214: Updated documentation for --geometry option --- tools/phm2pj.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index 8ec0ccb..f42dd12 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2pj.cpp,v 1.15 2000/11/24 12:04:44 kevin Exp $ +** $Id: phm2pj.cpp,v 1.16 2000/11/24 12:08:10 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 @@ -50,7 +50,7 @@ static struct option phm2pj_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.15 2000/11/24 12:04:44 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.16 2000/11/24 12:08:10 kevin Exp $"; void @@ -73,7 +73,7 @@ phm2pj_usage (const char *program) cout << " --rotangle Degrees to rotate view through (multiple of PI)\n"; cout << " (default = 1)\n"; cout << " --geometry Geometry of scanning\n"; - cout << " parallel Parallel scan beams (1st generation)\n"; + cout << " parallel Parallel scan beams (default)\n"; cout << " equilinear Equilinear divergent scan beams\n"; cout << " equiangular Equiangular divergent scan beams\n"; cout << " --focal-length Focal length ratio (ratio to radius of phantom)\n"; -- 2.34.1