r489: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 5 Feb 2001 03:55:58 +0000 (03:55 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 5 Feb 2001 03:55:58 +0000 (03:55 +0000)
doc/ctsim-concepts.tex
doc/ctsim-gui.tex
doc/ctsim-install.tex
doc/ctsim-textui.tex
doc/ctsim.tex

index 797e1a953587d2e3eb043e8c0002106b84fde4e8..48386e6cb74b4ba015f53056c99f07dc613ef504 100644 (file)
@@ -3,25 +3,25 @@
 \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
+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
 the 'scanner'.
 
 \section{Phantoms}\label{conceptphantom}\index{Concepts,Phantoms}%
 \subsection{Overview}\label{phantomoverview}\index{Concepts,Phantoms,Overview}%
 
-CTSim uses geometrical objects to
+\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\ 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.
 
@@ -94,7 +94,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.
@@ -226,7 +226,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,13 +245,13 @@ 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
index b0852a495e2db8543baca132a1c00f746398e7ed..f906861ece63c99f98055a106788c4dbaebf9643 100644 (file)
@@ -3,12 +3,12 @@
 \setfooter{\thepage}{}{}{}{}{\thepage}%
 
 \section{Overview}
-\ctsim is the graphical shell for the CTSim project. It is
+\ctsim\ is the graphical shell for the CTSim project. It is
 written using the wxLibrary for cross-platform compatibility with GTK,
 Motif, and Microsoft Windows. It includes all of the functionality of
-the command-line tool {\tt ctsimtext} as well as image processing and visualization features.
+the command-line tool \ctsimtext\ as well as image processing and visualization features.
 
-\ctsim can open projection files, image files, phantom definition files, and plotfiles.
+\ctsim\ can open projection files, image files, phantom definition files, and plotfiles.
 
 \usage
 ctsim [OPTIONS] [files to open...]
index c5cb08d05aa5e0e3d72d0405701868fa47ce35a9..74fedcb3468ec9d4f5e005d8e65f397c87a88a5e 100644 (file)
@@ -4,7 +4,7 @@
 
 \section{Download}\label{download}\index{Installation,Download}%
 
-The latest version of CTSim, plus source code, can be accessed from:
+The latest version of \ctsim, plus source code, can be accessed from:
 
 \begin{verbatim}
 http://www.ctsim.org
@@ -43,7 +43,7 @@ See the INSTALL file included in the source distribution for instructions.
 
   \item wxWindows library (optional) 
   \par Used for platform-independent graphical interface. The graphical-shell
-  program \ctsim requires this library.  
+  program \ctsim\ requires this library.  
   \par www.wxwindows.org
 \end{itemize}
 
index 3826c49e980c5a268e9b810064c1de7cf690c79d..9ee549b722bf0c2c987650b1cc0429d3a960a741 100644 (file)
@@ -2,13 +2,13 @@
 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
 \setfooter{\thepage}{}{}{}{}{\thepage}%
 
-\ctsimtext is a master shell for all of the command-line utilities. 
+\ctsimtext\ is a master shell for all of the command-line utilities. 
 
 \usage
-\ctsimtext can be executed without any parameters. In that case, \ctsimtext
+\ctsimtext\ can be executed without any parameters. In that case, \ctsimtext\ 
 offers a command-line to enter the function-names and their parameters. The output of the command is displayed. Further commands may be given to \ctsimtext. The shell is exited by the {\tt quit} command.
 
-\ctsimtext can also be called to execute a single command. This is especially useful for batch files containing multiple \ctsimtext commands. This is invoked by calling \par
+\ctsimtext\ can also be called to execute a single command. This is especially useful for batch files containing multiple \ctsimtext\ commands. This is invoked by calling \par
 {\tt ctsimtext function-name parameters...}.
 
 The available functions are:
index be1030f895be8bfab836aae8ec18b3e9fc2012b9..0f53285a8d13035ade154c5e205a1d9b42d29fbb 100644 (file)
@@ -72,11 +72,11 @@ PERFORMANCE OF THIS SOFTWARE.
 Computed Tomography is a technique for estimating the interior of an object 
 from measurement of radiation collected around the object. This radiation 
 can be either projected through or emitted from the object.
-\rtfsp\ctsim simulates the process of projecting X-rays through a phantom object.
-\rtfsp\ctsim can then reconstruct the interior of the object from the projections
+\rtfsp\ctsim\ simulates the process of projecting X-rays through a phantom object.
+\rtfsp\ctsim\ can then reconstruct the interior of the object from the projections
 collected around the phantom object.
 
-The \ctsim package has two executable files: the graphical \helprefn{ctsim}{ctsim} and text \helprefn{ctsimtext}{ctsimtext} programs.
+The \ctsim\ package has two executable files: the graphical \helprefn{ctsim}{ctsim} and text \helprefn{ctsimtext}{ctsimtext} programs.
 
 \include{ctsim-concepts}