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