r3: Initial revision
[ctsim.git] / man / ctrec.1
1 .\"  -*- nroff -*-
2 .\"
3 .\" ctrec.1
4 .\"
5 .\" Author: Kevin Rosenberg <kevin@rosenberg.net>
6 .\"
7 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 .\"                    All rights reserved
9 .\"
10 .\" Created: Thu Apr 20 07:54:42 MDT 2000
11 .\"
12 .\" $Id: ctrec.1,v 1.1 2000/04/28 13:02:44 kevin Exp $
13 .\"
14 .Dd April 19, 2000
15 .Dt CTREC 1
16 .Os
17 .Sh NAME
18 .Nm ctrec
19 .Nd Image Reconstruction (reconstruct computed tomography data)
20 .Sh SYNOPSIS
21 .Nm ctrec raysum-file image-file nx-image ny-image [OPTIONS]
22 .Sh DESCRIPTION 
23 .Nm
24 reconstucts image data from raysum projections collected by CT scanner. It uses
25 .Xr rs 1
26 for projection data generation. 
27 .Pp
28 .Nm
29 is configured to use a variety of reconstruction filters.
30 .Pp
31 The options are as follows:
32 .Bl -tag -width Ds
33 .It Fl Fl interp Ar interp-method
34 Select interpolation mode (default is linear)
35 .It Fl Fl filter Ar filter-name
36 Select filter for reconstruction
37 .It Fl Fl filter-param Ar x
38 Set alpha level for Hamming filter
39 .It Fl Fl backproj Ar bj-method
40 Select backprojection method (default is diff2)
41 .It Fl Fl desc Ar description
42 Save description in image file
43 .It Fl Fl trace Ar level
44 Set trace level (default is none)
45 .It Fl Fl verbose
46 Turn on verbose mode
47 .It Fl Fl debug
48 Turn on debug mode
49 .It Fl Fl version
50 Print version
51 .It Fl Fl help
52 Print terse help summary
53 .Sh AUTHORS
54 Kevin Rosenberg, M.D. <kevin@rosenberg.net>
55 .Sh HISTORY
56 .Nm
57 was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux.
58 .Sh SEE ALSO
59 .Xr phm2sdf 1 ,
60 .Xr phm2rs 1 ,
61 .Xr rs2sdf 1 ,
62 .Xr sdf2img 1 ,
63 .Xr sdfinfo 1