r1843: *** empty log message ***
[ctsim.git] / man / phm2if.1
1 .\"  -*- nroff -*-
2 .\"
3 .\" phm2if.1
4 .\"
5 .\" Author: Kevin Rosenberg <kevin@ctsim.org>
6 .\"
7 .\" $Id: phm2if.1,v 1.4 2002/05/01 02:19:46 kevin Exp $
8 .\" $Log: phm2if.1,v $
9 .\" Revision 1.4  2002/05/01 02:19:46  kevin
10 .\" *** empty log message ***
11 .\"
12 .\" Revision 1.3  2000/12/18 05:33:44  kevin
13 .\" Added ctsim.1
14 .\"
15 .\" Revision 1.2  2000/12/18 00:17:21  kevin
16 .\" *** empty log message ***
17 .\"
18 .\" Revision 1.1  2000/06/09 01:35:33  kevin
19 .\" Convert MPI structure to C++ class
20 .\"
21 .\" Revision 1.2  2000/05/03 08:43:46  kevin
22 .\" *** empty log message ***
23 .\"
24 .\"
25 .Dd April 19, 2000
26 .Dt PHM2IF 1
27 .Os
28 .Sh NAME
29 .Nm phm2if
30 .Nd Generate Phantom (generate phantom for computed tomography simulator)
31 .Sh SYNOPSIS
32 .Nm phm2if outfile nx ny [--phantom phantom-name] [--picfile filename] [OPTIONS]
33 .Sh DESCRIPTION 
34 .Nm
35 generates phantom images for comparisons to reconstructions for CTsim.
36 .Pp
37 .Nm
38 is configured to use a variety of options for phantom generation.
39 .Pp
40 The options are as follows:
41 .Bl -tag -width Ds
42 .It Fl Fl phantom Ar predefined-phantom-name
43 Selects a predefined phantom name
44 .It Fl Fl picfile Ar picfile
45 Reads a picture file that defines a phantom
46 .It Fl Fl filter Ar filter-name
47 Generate a phantom image from a filter
48 .It Fl Fl filter-param Ar x
49 Set alpha level for Hamming filter
50 .It Fl Fl filter-bw Ar bw
51 Filter bandwidth (default is 1)
52 .It Fl Fl filter-domain Ar domain
53 Set domain to "spatial" or "freq"
54 .It Fl Fl nsample Ar n
55 Use n samples per X & Y direction for each pixel
56 .It Fl Fl trace Ar level
57 Set trace level (default is none)
58 .It Fl Fl desc Ar description
59 Save description in image file
60 .It Fl Fl verbose
61 Turn on verbose mode
62 .It Fl Fl debug
63 Turn on debug mode
64 .It Fl Fl version
65 Print version
66 .It Fl Fl help
67 Print terse help summary
68
69 .Sh AUTHORS
70 Kevin Rosenberg, M.D. <kevin@ctsim.org>
71
72
73 .Sh HISTORY
74 CTSim was begun in 1983 using MS-DOS and an EGA display adapter. In
75 1999 it was ported to GNU/Linux and later ported to Microsoft Windows.
76
77 .Sh SEE ALSO
78 .BR ctsim (1), ifinfo (1), if1 (1), if2 (1), ifexport (1), phm2pj (1), pj2if (1), pjinfo (1), pjrec (1)