X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2FpjHinterp.cpp;h=1e6ef3161f2eb1abb640dac2df47b0c0ce7153f0;hp=0a49c6722cdb6294741ce707bee3153cc3748df2;hb=e89023477e02d9332f87cab5a7975407625dbd60;hpb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad diff --git a/tools/pjHinterp.cpp b/tools/pjHinterp.cpp index 0a49c67..1e6ef31 100644 --- a/tools/pjHinterp.cpp +++ b/tools/pjHinterp.cpp @@ -1,9 +1,9 @@ /***************************************************************************** ** FILE IDENTIFICATION ** - ** Name: phm2helix.cpp - ** Purpose: Take projections of a phantom object - ** Programmer: Ian Kay + ** Name: pjHinterp.cpp + ** Purpose: Interpolate helical data in projection space + ** Programmer: Ian Kay and Kevin Rosenberg ** Date Started: Aug 2001 ** ** This is part of the CTSim program @@ -29,7 +29,6 @@ enum { O_INTERPVIEW, O_VERBOSE, O_TRACE, O_HELP, O_DEBUG, O_VERSION}; - static struct option my_options[] = { {"interpview", 1, 0, O_INTERPVIEW}, @@ -66,12 +65,13 @@ pjHinterp_main(int argc, char * const argv[]) char* pszProjFilename = NULL; char* pszInterpFilename = NULL; bool bOptVerbose = false; - bool bOptDebug = 1; + bool bOptDebug = false; int optTrace = Trace::TRACE_NONE; char *endptr = NULL; char *endstr; int opt_interpview=-1; - + UNUSED(bOptDebug); + while (1) { int c = getopt_long(argc, argv, "", my_options, NULL);