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