r90: Convert MPI structure to C++ class
[ctsim.git] / man / phm2if.1
1 .\"  -*- nroff -*-
2 .\"
3 .\" phm2if.1
4 .\"
5 .\" Author: Kevin Rosenberg <kevin@rosenberg.net>
6 .\"
7 .\" $Id: phm2if.1,v 1.1 2000/06/09 01:35:33 kevin Exp $
8 .\" $Log: phm2if.1,v $
9 .\" Revision 1.1  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 PHM2IF 1
18 .Os
19 .Sh NAME
20 .Nm phm2if
21 .Nd Generate Phantom (generate phantom for computed tomography simulator)
22 .Sh SYNOPSIS
23 .Nm phm2if outfile nx ny [--phantom phantom-name] [--picfile filename] [OPTIONS]
24 .Sh DESCRIPTION 
25 .Nm
26 generates phantom images for comparisons to reconstructions for CTsim.
27 .Pp
28 .Nm
29 is configured to use a variety of options for phantom generation.
30 .Pp
31 The options are as follows:
32 .Bl -tag -width Ds
33 .It Fl Fl phantom Ar predefined-phantom-name
34 Selects a predefined phantom name
35 .It Fl Fl picfile Ar picfile
36 Reads a picture file that defines a phantom
37 .It Fl Fl filter Ar filter-name
38 Generate a phantom image from a filter
39 .It Fl Fl filter-param Ar x
40 Set alpha level for Hamming filter
41 .It Fl Fl filter-bw Ar bw
42 Filter bandwidth (default is 1)
43 .It Fl Fl filter-domain Ar domain
44 Set domain to "spatial" or "freq"
45 .It Fl Fl nsample Ar n
46 Use n samples per X & Y direction for each pixel
47 .It Fl Fl trace Ar level
48 Set trace level (default is none)
49 .It Fl Fl desc Ar description
50 Save description in image file
51 .It Fl Fl verbose
52 Turn on verbose mode
53 .It Fl Fl debug
54 Turn on debug mode
55 .It Fl Fl version
56 Print version
57 .It Fl Fl help
58 Print terse help summary
59 .Sh AUTHORS
60 Kevin Rosenberg, M.D. <kevin@rosenberg.net>
61 .Sh HISTORY
62 .Nm
63 was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux.
64 .Sh SEE ALSO
65 .Xr rs2if 1 ,
66 .Xr ctrec 1 ,
67 .Xr if2img 1 ,
68 .Xr ifstats 1