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