r490: no message
[ctsim.git] / doc / ctsim-concepts.tex
index 9cb5cfe90dad29649a3cdcd9b1798df16b9dc567..bd6bffbb32563ce68df9ec51b23ff895a2286abc 100644 (file)
@@ -3,25 +3,27 @@
 \setfooter{\thepage}{}{}{}{}{\thepage}%
 
 \section{Overview}\label{conceptoverview}\index{Concepts,Overview}%
-In CTSim, a phantom object, or a geometrical description of the object
+In \ctsim, a phantom object, or a geometrical description of the object
 of a CT study is constructed and an image can be created.  Then a
 scanner geometry can be specified, and the projection data simulated.
 Finally that projection data can be reconstructed using various user
 controlled algorithms producing an image of the phantom or study object.
 
-In order to use CTSim effectively, some knowledge of how CTSim works
-and the approach taken is required. \ctsim deals with a variety of
-object, but the two we need to be concerned with are the 'phantom' and
+In order to use \ctsim\ effectively, some knowledge of how \ctsim\ works
+and the approach taken is required. \ctsim\ deals with a variety of
+object, but the two objects we need to be concerned with are the 'phantom' and
 the 'scanner'.
 
 \section{Phantoms}\label{conceptphantom}\index{Concepts,Phantoms}%
 \subsection{Overview}\label{phantomoverview}\index{Concepts,Phantoms,Overview}%
 
-CTSim uses geometrical objects to
-describe the object being scanned: rectangles, triangles, ellipses,
-sectors and segments.  With these the standard phantoms used in the CT
-literature (the Herman and the Shepp-Logan) can be constructed.  In fact
-CTSim provides a shortcut to construct those phantoms for you.  It also 
+\ctsim\ uses geometrical objects to
+describe the object being scanned. A phantom is composed a one or more
+phantom elements. These elements are simple geometric shapes,
+specifically, rectangles, triangles, ellipses, sectors and segments.
+With these the standard phantoms used in the CT literature (the Herman
+and the Shepp-Logan) can be constructed.  In fact
+\ctsim\ provides a shortcut to construct those phantoms for you.  It also 
 allows you to write a file in which the composition of your own phantom is
 described.
 
@@ -49,7 +51,7 @@ Where objects overlap, the attenuations of the overlapped objects are summed.
 \subsubsection{ellipse}
 Ellipses use dx and dy to define the semi-major and semi-minor axis lengths,
 with the centre of the ellipse at cx and cy.  Of note, the commonly used
-phantom described by Shepp and Logan\cite{SHEPP77} uses only ellipses.
+phantom described by Shepp and Logan\cite{SHEPP74} uses only ellipses.
 
 \subsubsection{rectangle}
 Rectangles use 
@@ -94,7 +96,7 @@ course you can't stuff an object into a scanner if the object is larger
 than the bore!  In this model, the scanner size or field of view would 
 be used as the standard length scale.
 
-However, CTSim takes another approach.  I believe this approach arose
+However, \ctsim\ takes another approach.  I believe this approach arose
 because the "image" of the phantom produced from the phantom description
 was being matched to the reconstruction image of the phantom.  That is, 
 the dimensions of the 'before' and 'after' images  were being matched.
@@ -109,7 +111,7 @@ dimension, and one can think of a square bounding box of this size
 which completely contains the phantom.  Let $l_p$ be the width (or height)
 of this square. 
 
-\subsubsection{Focal Length & Field of View}
+\subsubsection{Focal Length \& Field of View}
 The two other important variables are the field-of-view-ratio ($f_{vR}$) 
 and the focal-length-ratio ($f_{lR}$).  These are used along with $l_p$ to
 define the focal length and the field of view (not ratios) according to
@@ -226,7 +228,7 @@ $\alpha$ is smaller still.  The dotted square is the bounding square of
 the phantom rotated by 45 degrees, corresponding to the geometry of a
 projection taken at that angle.  Note that the fan beam now clips the top
 and bottom corners of the bounding square.  This illustrates that one may
-still be clipping the phantom, despite CTSim's best efforts.  You have
+still be clipping the phantom, despite \ctsim\'s best efforts.  You have
 been warned.  
 \begin{figure}
 \includegraphics[width=\textwidth]{ctsimfig5.eps}
@@ -245,16 +247,16 @@ backprojection mostly due to interpolation occuring in the frequency domain rath
 than the spatial domain. The technique is comprised of two sequential steps:
 filtering projections and then backprojecting the filtered projections. Though
 these two steps are sequential, each view position can be processed individually.
-This parallelism is exploited in the MPI versions of \ctsim where the data from
+This parallelism is exploited in the MPI versions of \ctsim\ where the data from
 all the views are spread about amongst all of the processors. This has been testing
 in a 16-CPU cluster with good results.
 
 \subsubsection{Filter projections}
 The projections for a single view have their frequency data multipled by
-a filter of absolute(w). \ctsim permits four different ways to accomplish this
+a filter of absolute(w). \ctsim\ permits four different ways to accomplish this
 filtering. Two of the methods use convolution of the projection data with the
 inverse fourier transform of absolute(x). The other two methods perform an fourier
 transform of the projection data and multiply that by the absolute(x) filter and
 then perform an inverse fourier transform.
 
-\item{Backprojection of filtered projections}
\ No newline at end of file
+\subsubsection{Backprojection of filtered projections}
\ No newline at end of file