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