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