r494: ctsim.tex
[ctsim.git] / doc / ctsim.tex
1 \documentclass[11pt]{report}%
2 \usepackage{graphicx}
3 \usepackage{texhelp}
4 \usepackage{fancyhea}
5 \usepackage{mysober}
6 \usepackage{mytitle}
7 \usepackage{verbatim}
8 \usepackage{makeidx}
9 \usepackage{times}
10 \usepackage{hyperref}
11 \input{psbox.tex}
12
13 \newcommand{\ctsim}{\texttt{CTSim}}
14 \newcommand{\ctsimtext}{\texttt{CTSimText}}
15 \newcommand{\usage}{\textbf{Usage}\par}
16
17 \newcommand{\commandref}[2]{\helpref{{\tt $\backslash$#1}}{#2}}%
18 \newcommand{\commandrefn}[2]{\helprefn{{\tt $\backslash$#1}}{#2}\index{#1}}%
19 \newcommand{\commandpageref}[2]{\latexignore{\helprefn{{\tt $\backslash$#1}}{#2}}\latexonly{{\tt $\backslash$#1} {\it page \pageref{#2}}}\index{#1}}%
20 \newcommand{\indexit}[1]{#1\index{#1}}%
21 \newcommand{\inioption}[1]{{\bf {\tt #1}}\index{#1}}%
22 \parskip=10pt%
23 \parindent=0pt%
24 %\backgroundcolour{255;255;255}\textcolour{0;0;0}% Has an effect in HTML only
25 \winhelpignore{\title{Manual for CTSim 3.0}%
26 \author{Kevin Rosenberg, M.D.}%
27 \date{January 2001}%
28 }%
29 \winhelponly{\title{Manual for CTSim 3.0}%
30 \author{by Kevin Rosenberg, M.D.\\$$\image{3cm;3cm}{logo-huge.bmp}$$}%
31 }%
32 \makeindex%
33 \begin{document}%
34 \maketitle%
35 \pagestyle{fancyplain}%
36 \pagenumbering{roman}%
37
38 \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}%
39 \setfooter{\thepage}{}{}{}{}{\thepage}%
40 \tableofcontents%
41
42 \chapter*{Copyright notice}%
43 \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}%
44 \setfooter{\thepage}{}{}{}{}{\thepage}%
45
46 Copyright (c) 1983-2001 Kevin Rosenberg, M.D.
47
48 Specified file
49
50 Permission to use, copy, modify, and distribute this software and its
51 documentation for any purpose is hereby granted without fee, provided that the
52 above copyright notice, author statement and this permission notice appear in
53 all copies of this software and related documentation.
54
55 THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
56 IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
57 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
58
59 IN NO EVENT SHALL KEVIN ROSENBERG BE LIABLE FOR ANY
60 SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR
61 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
62 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY
63 OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
64 PERFORMANCE OF THIS SOFTWARE.
65
66 \chapter{Introduction}\label{introduction}%
67 \pagenumbering{arabic}%
68 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
69 \setfooter{\thepage}{}{}{}{}{\thepage}%
70
71 \image{3cm;3cm}{logo-huge.eps}
72 Computed Tomography is a technique for estimating the interior of an object
73 from measurement of radiation collected around the object. This radiation
74 can be either projected through or emitted from the object.
75 \rtfsp\ctsim\ simulates the process of projecting X-rays through a phantom object.
76 \rtfsp\ctsim\ can then reconstruct the interior of the object from the projections
77 collected around the phantom object.
78
79 The \ctsim\ package has two executable files: the graphical \helprefn{ctsim}{ctsim} and text \helprefn{ctsimtext}{ctsimtext} programs.
80
81 \include{ctsim-concepts}
82
83 \include{ctsim-install}
84
85 \include{ctsim-gui}
86
87 \include{ctsim-textui}
88
89 \include{ctsim-web}
90
91 \include{ctsim-appendix}
92
93 \newpage
94
95 \bibliographystyle{plain}
96 \bibliography{ctsim}
97 \addcontentsline{toc}{chapter}{Bibliography}
98 \setheader{{\it REFERENCES}}{}{}{}{}{{\it REFERENCES}}%
99 \setfooter{\thepage}{}{}{}{}{\thepage}%
100
101 \addcontentsline{toc}{chapter}{Index}
102 \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}} %
103 \setfooter{\thepage}{}{}{}{}{\thepage} %
104 \printindex %
105
106 \end{document}%