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