fadc1ac35f58dad3f0f037fb8c2c3a64b0263317
[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 \latexonly{\includeonly{ctsim-concepts,ctsim-install,ctsim-gui,ctsim-textui,ctsim-web,ctsim-appendix}}
14 \hyphenation{poly-gon-al}
15
16 \newcommand{\ctsim}{\texttt{CTSim}}
17 \newcommand{\ctsimtext}{\texttt{CTSimText}}
18 \newcommand{\usage}{\textbf{Usage}\par}
19
20 \newcommand{\commandref}[2]{\helpref{{\tt $\backslash$#1}}{#2}}%
21 \newcommand{\commandrefn}[2]{\helprefn{{\tt $\backslash$#1}}{#2}\index{#1}}%
22 \newcommand{\commandpageref}[2]{\latexignore{\helprefn{{\tt $\backslash$#1}}{#2}}\latexonly{{\tt $\backslash$#1} {\it page \pageref{#2}}}\index{#1}}
23 \newcommand{\indexit}[1]{#1\index{#1}}%
24 \newcommand{\inioption}[1]{{\bf {\tt #1}}\index{#1}}%
25
26 \latexignore{\newcommand{\sqrt}[2]{sqrt(#2)}}%
27
28 \parskip=10pt%
29 \parindent=0pt%
30 %\backgroundcolour{255;255;255}\textcolour{0;0;0}% Has an effect in HTML only
31 \winhelpignore{\title{CTSim 3.0 User Manual}%
32 \author{Kevin Rosenberg, M.D.}%
33 \date{February 2001}%
34 }%
35 \winhelponly{\title{CTSim 3.0 User Manual}%
36 \author{by Kevin Rosenberg, M.D.\\$$\image{3cm;3cm}{logo-huge.bmp}$$}%
37 }%
38 \makeindex%
39 \begin{document}%
40 \maketitle%
41 \pagestyle{fancyplain}%
42 \pagenumbering{roman}%
43
44 \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}%
45 \setfooter{\thepage}{}{}{}{}{\thepage}%
46 \tableofcontents%
47
48 \chapter*{Copyright notice}%
49 \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}%
50 \setfooter{\thepage}{}{}{}{}{\thepage}%
51
52 Copyright (c) 1983-2001 Kevin Rosenberg, M.D.
53
54 Permission to use, copy, modify, and distribute this software and its
55 documentation for any purpose is hereby granted without fee, provided that the
56 above copyright notice, author statement and this permission notice appear in
57 all copies of this software and related documentation.
58
59 THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
60 IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
61 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
62
63 IN NO EVENT SHALL KEVIN ROSENBERG BE LIABLE FOR ANY
64 SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR
65 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
66 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY
67 OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
68 PERFORMANCE OF THIS SOFTWARE.
69
70 \chapter{Introduction}\label{introduction}%
71 \pagenumbering{arabic}%
72 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
73 \setfooter{\thepage}{}{}{}{}{\thepage}%
74
75 $$\image{3cm;3cm}{logo-huge.eps}$$
76 Computed Tomography is a technique for estimating the interior of an object
77 from measurement of radiation collected around the object. This radiation
78 can be either projected through or emitted from the object.
79 \rtfsp\ctsim\ simulates the process of projecting X-rays through a phantom object.
80 \rtfsp\ctsim\ can then reconstruct the interior of the object from the projections
81 collected around the phantom object.
82
83 This manual begins with an introduction into the concepts of
84 \rtfsp\ctsim. Then, the graphical shell, \helprefn{ctsim}{ctsim},
85 is documented followed the the command-line shell,
86 \helprefn{ctsimtext}{ctsimtext}. Finally, the web-based
87 \helprefn{interface}{webinterface} is discussed followed by
88 \helprefn{installation}{installation} instructions.
89
90 I hope that you enjoy \ctsim!
91
92 \include{ctsim-concepts}
93
94 \include{ctsim-gui}
95
96 \include{ctsim-textui}
97
98 \include{ctsim-web}
99
100 \include{ctsim-install}
101
102 \include{ctsim-appendix}
103
104 \newpage
105
106 \bibliographystyle{plain}
107 \bibliography{ctsim}
108 \addcontentsline{toc}{chapter}{Bibliography}
109 \setheader{{\it REFERENCES}}{}{}{}{}{{\it REFERENCES}}%
110 \setfooter{\thepage}{}{}{}{}{\thepage}%
111
112 \addcontentsline{toc}{chapter}{Index}
113 \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}} %
114 \setfooter{\thepage}{}{}{}{}{\thepage} %
115 \printindex %
116
117 \end{document}%