X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctrec.c;fp=src%2Fctrec.c;h=a4307512721e83b3a27d1f7d01674047ceef65d5;hb=931d1a7f12bb4ec7895c4b1300bd7df2ce758497;hp=01874dd82b8aecaa2c71896645102221af8b121b;hpb=c15d94034f5f815fc058c49c4b16f48ded042fd9;p=ctsim.git diff --git a/src/ctrec.c b/src/ctrec.c index 01874dd..a430751 100644 --- a/src/ctrec.c +++ b/src/ctrec.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctrec.c,v 1.12 2000/05/24 22:50:04 kevin Exp $ +** $Id: ctrec.c,v 1.13 2000/06/05 01:33:25 kevin Exp $ ** $Log: ctrec.c,v $ +** Revision 1.13 2000/06/05 01:33:25 kevin +** BSpline changes +** ** Revision 1.12 2000/05/24 22:50:04 kevin ** Added support for new SGP library ** @@ -97,7 +100,9 @@ ctrec_usage (const char *program) fprintf(stdout," --interp Interpolation method during backprojection\n"); fprintf(stdout," nearest Nearest neighbor interpolation\n"); fprintf(stdout," linear Linear interpolation\n"); +#if HAVE_BSPLINE_INTERP fprintf(stdout," bspline B-spline interpolation\n"); +#endif fprintf(stdout," --filter Filter name\n"); fprintf(stdout," abs_bandlimit Abs * Bandlimiting (default)\n"); fprintf(stdout," abs_sinc Abs * Sinc\n");