r90: Convert MPI structure to C++ class
[ctsim.git] / man / ctrec.1
1 .\"  -*- nroff -*-
2 .\"
3 .\" ctrec.1
4 .\"
5 .\" Author: Kevin Rosenberg <kevin@rosenberg.net>
6 .\"
7 .\" $Id: ctrec.1,v 1.3 2000/06/09 01:35:33 kevin Exp $
8 .\" $Log: ctrec.1,v $
9 .\" Revision 1.3  2000/06/09 01:35:33  kevin
10 .\" Convert MPI structure to C++ class
11 .\"
12 .\" Revision 1.2  2000/05/03 08:43:46  kevin
13 .\" *** empty log message ***
14 .\"
15 .\"
16 .Dd April 19, 2000
17 .Dt CTREC 1
18 .Os
19 .Sh NAME
20 .Nm ctrec
21 .Nd Image Reconstruction (reconstruct computed tomography data)
22 .Sh SYNOPSIS
23 .Nm ctrec raysum-file image-file nx-image ny-image [OPTIONS]
24 .Sh DESCRIPTION 
25 .Nm
26 reconstucts image data from raysum projections collected by CT scanner. It uses
27 .Xr phm2rs 1
28 for projection data generation. 
29 .Pp
30 .Nm
31 is configured to use a variety of reconstruction filters.
32 .Pp
33 The options are as follows:
34 .Bl -tag -width Ds
35 .It Fl Fl interp Ar interp-method
36 Select interpolation mode (default is linear)
37 .It Fl Fl filter Ar filter-name
38 Select filter for reconstruction
39 .It Fl Fl filter-param Ar x
40 Set alpha level for Hamming filter
41 .It Fl Fl backproj Ar bj-method
42 Select backprojection method (default is diff2)
43 .It Fl Fl desc Ar description
44 Save description in image file
45 .It Fl Fl trace Ar level
46 Set trace level (default is none)
47 .It Fl Fl verbose
48 Turn on verbose mode
49 .It Fl Fl debug
50 Turn on debug mode
51 .It Fl Fl version
52 Print version
53 .It Fl Fl help
54 Print terse help summary
55 .Sh AUTHORS
56 Kevin Rosenberg, M.D. <kevin@rosenberg.net>
57 .Sh HISTORY
58 .Nm
59 was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux.
60 .Sh SEE ALSO
61 .Xr phm2if 1 ,
62 .Xr phm2rs 1 ,
63 .Xr rs2if 1 ,
64 .Xr if2img 1 ,
65 .Xr ifinfo 1