r550: no message
[ctsim.git] / doc / ctsim-gui.tex
1 \chapter{The Graphical User Interface}\label{ctsim}\index{ctsim}\index{Graphical interface}%
2 \setheader{{\it CHAPTER \thechapter}}{}{}{\ctsimheadtitle}{}{{\it CHAPTER \thechapter}}%
3 \ctsimfooter%
4
5
6 \ctsim\ is the graphical shell for the CTSim project. This shell uses
7 the \urlref{wxWindows}{http://www.wxwindows.org} library for
8 cross-platform compatibility. The graphical shell is compatible
9 with Microsoft Windows, \urlref{GTK}{http://www.gtk.org}, and
10 \urlref{Motif}{http://www.openmotif.org} graphical environments.
11
12 \section{Starting CTSim}
13 \usage \texttt{ctsim [files to open...]}
14
15 You can invoke \ctsim\ by itself on the command line, or include
16 any number of files that you want \ctsim\ to
17 automatically open. \ctsim\ can open projection files, image
18 files, phantom files, and plot files.
19
20 On Microsoft Windows platforms, the simplest way to invoke \ctsim\ is
21 via the \emph{Start} menu under the \emph{Programs} sub-menu.
22
23 \section{Quick Start}\label{IDH_QUICKSTART}\index{Quick Start}
24 The fastest way to put \ctsim\ through it's basic operation is:
25 \begin{enumerate}\itemsep=0pt
26 \item \texttt{File - Create Phantom...} \\
27 This creates a window with the geometric phantom. Choose the \texttt{Herman} head phantom.
28 \item \texttt{Process - Rasterize...} \\
29 This creates an image file of the phantom by converting it from a
30 geometric definition into a rasterized image. You may use the defaults
31 shown in the dialog box.
32 \item \texttt{View - Auto...} \\
33 Use this command on the new rasterized image window. This will optimize the intensity scale for
34 viewing the soft-tissue details of the phantom. Select the \texttt{median} center and
35 a standard deviation factor of \texttt{0.1}.
36 \item \texttt{Process - Projections...} \\
37 Use this command on the geometric phantom window. This simulates the collection of x-ray
38 data. You may use the defaults shown in the dialog box.
39 \item \texttt{Reconstruction - Filtered Backprojection...} \\
40 Use this command on the projection window. This will reconstruct an image
41 from the projections. Once again, you may use the defaults shown in the dialog box.
42 \item \texttt{View - Auto...} \\
43 Use this command on the new reconstructed image window. This will optimize the intensity scale for
44 viewing the soft-tissue details of the reconstruction. Select the \texttt{median} center and
45 a standard deviation factor of \texttt{0.1}.
46 \item \texttt{Analyze - Compare Images...} \\
47 Use this command on the rasterized phantom image window. This will bring up a dialog box
48 asking for the comparison image. Select the reconstruction image that you just made and also select the "Make difference image"
49 check box. You'll then see the image distance measurements and also a new window with the difference between the rasterized
50 phantom and the reconstruction.
51 \item \textbf{That's it!} You have just performed the basic operations with \ctsim. By varying the parameters of the rasterization,
52 projection, and reconstructions you perform endless computed tomography experiments. \ctsim\ also has many other visualization
53 and analysis features that you learn more about by reading the manual.
54 \end{enumerate}
55
56 \section{File Types}\index{File types}
57
58 \subsection{Phantom}
59 Besides loading phantom files from the disk, the Herman\cite{HERMAN80} and
60 Shepp-Logan\cite{SHEPP74} phantoms are built-in to \ctsim. Phantom files can be
61 read from and written to the disk. Phantom files are stored in a simple
62 ASCII format. A text editor is required to
63 create and edit these files.
64
65 \subsection{Image}
66 Image files contain 2-dimensional arrays that store 4-byte floating
67 point values. Images files can be either real or complex-valued.
68 Typically, all images are real-valued except for images that have been
69 processed by Fourier transforms. As you might expect,
70 complex-valued images are twice the size of real-valued images
71 since both a real and imaginary component need to be stored. When
72 complex-valued images are viewed on the screen, only the real
73 component is displayed.
74
75 Images files can    store any number of text labels. \ctsim\ uses
76 these labels for recording history information regarding
77 the creation and modifications of images.
78
79 \subsection{Projection}
80 Projection files are created from phantom files via the
81 projection process. Numerous options are available for the
82 creation of the these files. The files are stored in a binary
83 format with cross-platform compatibility on little and big-endian
84 architectures.
85
86 \subsection{Plot}
87 Plot files are created by \ctsim\ during analysis of image files.
88 They can be read from and written to the disk. They are stored as ASCII
89 files for easy cross-platform support and editing.
90
91 \section{Global Menu Commands}
92 These global commands are present on the menus of all windows.
93
94 \subsection{File - Create Phantom}\label{IDH_DLG_PHANTOM}\index{Dialog!Create phantom}
95 This command displays a dialog box showing the phantoms that are pre-programmed
96 into \ctsim. After selecting one of these phantoms, the new window with that
97 phantom will be generated. The pre-programmed phantoms are:
98
99 \begin{twocollist}
100 \twocolitem{\textbf{Herman}}{The Herman head phantom\cite{HERMAN80}}
101 \twocolitem{\textbf{Shepp-Logan}}{The head phantom of Shepp \& Logan\cite{SHEPP74}}
102 \twocolitem{\textbf{Unit pulse}}{A phantom that has a value of \texttt{1} for the
103 center of the phantom and \texttt{0} everywhere else.}
104 \end{twocollist}
105
106 \subsection{File - Create Filter}\label{IDH_DLG_FILTER}\index{Dialog!Create filter}
107 This command displays a dialog box showing the pre-programmed filters
108 of \ctsim. This command will create a 2-dimensional image of the selected filter.
109 The center of the filter is at the center of the image.
110
111 These filters can be created in their natural frequency domain or in their inverse
112 spatial domain.
113
114 \begin{twocollist}
115 \twocolitem{\textbf{Filter}}{Selects the filter to generate. The available filters are:
116
117 \begin{itemize}\itemsep=0pt
118 \item $|w|$ Bandlimit
119 \item $|w|$ Hamming
120 \item $|w|$ Hanning
121 \item $|w|$ Cosine
122 \item $|w|$ Sinc
123 \item Shepp
124 \item Bandlimit
125 \item Sinc
126 \item Hamming
127 \item Hanning
128 \item Cosine
129 \item Triangle
130 \end{itemize}
131 }
132 \twocolitem{\textbf{Domain}}{Selects either the \texttt{Frequency} or \texttt{Spatial} domain. The filters have the
133 frequency domain as their natural domain. The spatial domain is obtained either analytically or performing
134 an inverse Fourier transformation.}
135 \twocolitem{\textbf{X Size}}{Number of columns in the output image.}
136 \twocolitem{\textbf{Y Size}}{Number of rows in the output image.}
137 \twocolitem{\textbf{Hamming Parameter}}{ This parameter adjusts the smoothing of the Hamming
138 filter and can range from \texttt{0} to \texttt{1}.
139 At a setting of \texttt{1}, the Hamming filter is the same as the bandlimit filter.
140 At a setting of \texttt{0.54}, the Hamming filter is the same as the Hanning
141 window.}
142 \twocolitem{\textbf{Bandwidth}}{Sets the bandwidth of the filter.}
143 \end{twocollist}
144 \begin{twocollist}
145 \twocolitem{\textbf{Axis (input) Scale}}{Sets the scale for the filter input. By default, the input to the filter is
146 the distance in pixels from the center of the image. By changing this value, one can set a scale the input to the filter.
147 For example, if the output image is \texttt{101} by \texttt{101} pixels and thus the center of the image is at \texttt{(50,50)}, then a pixel
148 lying at point \texttt{100,50} would be 50 units from the center of the filter. By applying an \texttt{Axis scale} of
149 \texttt{0.1}, then that point would be scaled to 5 units from the center of the filter.}
150 \twocolitem{\textbf{Filter (output) Scale}}{Multiplies the output of the filter by this amount. By default, the filter has a maximum
151 value of \texttt{1}.}
152 \end{twocollist}
153
154 \subsection{File - Preferences}\label{IDH_DLG_PREFERENCES}\index{Dialog!Preferences}
155 This command displays a dialog box that allows users to control
156 the behavior of \ctsim. These options are saved across \ctsim\ sessions.
157 Under Microsoft Windows environments, they are stored in the registry.
158 On UNIX and Linux environments, they are stored in the user's home
159 directory with the filename of \texttt{.ctsim}.
160
161 \begin{twocollist}
162 \twocolitem{\textbf{Advanced options}}{This option is initially turned off in new installations.
163 These advanced options are not required for normal simulations. When \texttt{Advanced
164 Options} is set, \ctsim\ will display more options during scanning of phantoms and
165 the reconstruction of projections.}
166
167 \twocolitem{\textbf{Ask before closing new documents}}{This option is initially turned on in
168 new installations. With this option set, \ctsim\ will ask before closing
169 documents that have been modified or never saved on disk. By turning off
170 this option, \ctsim\ will never ask if you want to save a file -- you'll
171 be responsible for saving any files that you create.}
172
173 \end{twocollist}
174
175 \subsection{File - Open}
176 This command opens a file section dialog box. Of special consideration
177 is the \texttt{File Type} combo box on the bottom of the dialog. You need
178 to set the this combo box to the type of file that you wish to open.
179
180 \subsection{File - Save}
181 This command saves the contents of the active window. If the window hasn't
182 been named, a dialog box will open asking for the file name to use.
183
184 \subsection{File - Close}
185 As one would expect, this closes the active window. If the contents of the window have not been
186 saved and the \emph{Advanced Preferences} option \texttt{Ask before closing new documents}
187 is turned on, then you will be prompted if decide if you want to save the contents of the window
188 prior to closing.
189
190 \subsection{File - Save As}
191 Allows the saving of the contents of the active window to any file name.
192
193 \subsection{Help - Contents}
194 This command displays the online help.
195
196 \subsection{Help - About}
197 This command shows the version number and operating environment of \ctsim.
198
199
200 \section{Phantom Menus}
201
202 \subsection{Properties}
203 Displays the properties of a phantom which includes:
204
205 \begin{itemize}\itemsep=0pt
206 \item Overall dimensions of a phantom
207 \item A list of all component phantom elements
208 \end{itemize}
209
210 \subsection{Process - Rasterize}\label{IDH_DLG_RASTERIZE}\index{Dialog!Rasterize}
211 This creates an image file from a phantom. Technically, it
212 converts the phantom from a vector (infinite resolution) object
213 into a 2-dimension array of floating-point pixels. The parameters
214 to set are:
215
216 \begin{twocollist}
217 \twocolitem{\textbf{X size}}{Number of columns in image file}
218 \twocolitem{\textbf{Y size}}{Number of rows in image file}
219 \twocolitem{\textbf{Samples per pixel}}{Numbers of samples taken
220 per pixel in both the x and y directions. For example, if the
221 \texttt{Samples per pixel} is set to \texttt{3}, then for every
222 pixel in the image file 9 samples \latexonly{($3\times3$)}\latexignore{(3 x 3)}
223 are averaged.}
224 \end{twocollist}
225
226 \subsection{Process - Projections}\label{IDH_DLG_PROJECTIONS}\index{Dialog!Projections}
227 This command creates a projection file from a phantom. The options
228 available when collecting projections are:
229
230 \begin{twocollist}
231 \twocolitem{\textbf{Geometry}}{Sets the scanner geometry. The available geometries are:
232   \begin{itemize}\itemsep=0pt
233     \item \texttt{Parallel}
234     \item \texttt{Equiangular}
235     \item \texttt{Equilinear}
236   \end{itemize}}
237 \twocolitem{\textbf{Number of detectors}}{Sets the number of
238 detectors in the detector array.}
239
240 \twocolitem{\textbf{Number of views}}{Sets the number of views
241 to collect.}
242
243 \twocolitem{\textbf{Samples per detector}}{Sets the number of
244 samples collected for each detector.}
245
246 \twocolitem{\textbf{View Ratio}}{Sets the field of view as a ratio
247 of the diameter of the phantom.  For normal scanning, use a value of
248 \texttt{1.0}.}
249
250 \twocolitem{\textbf{Scan Ratio}}{Sets the length of scanning as a
251 ratio of the view diameter. For normal scanning, use a value of \texttt{1.0}.}
252
253 \twocolitem{\textbf{Focal length ratio}}{Sets the distance between the
254 radiation source and the center of the phantom as a
255 ratio of the radius of the phantom. For parallel geometries, a value
256 of \texttt{1.0} is optimal. For other
257 geometries, this should be at least \texttt{2.0} to avoid artifacts.}
258 \end{twocollist}
259
260 \textbf{Advanced Options}
261
262 These options are visible only if \emph{Advanced Options} has been
263 selected in the \texttt{File - Preferences} dialog. These parameters
264 default to optimal settings and don't need to be adjusted except
265 by expert users.
266
267 \begin{twocollist}
268 \twocolitem{\textbf{Rotation Angle}}{Sets the rotation amount as a
269 fraction of a circle. For parallel geometries use a rotation angle of \texttt{0.5}
270 and for equilinear and equiangular geometries use a rotation angle
271 of \texttt{1}. Using any other rotation angle will lead to artifacts.}
272 \end{twocollist}
273
274
275
276 \section{Image Menus}
277 \subsection{File - Properties}
278 Properties of image files include:
279 \begin{itemize}\itemsep=0pt
280   \item Whether the image is real or complex-valued.
281   \item Numeric statistics (minimum, maximum, mean, median, mode, and standard deviation).
282   \item History labels (text descriptions of the processing for this image).
283 \end{itemize}
284
285 \subsection{File - Export}\label{IDH_DLG_EXPORT}\index{Image!Export}
286 This command allows for exporting image files to a standard
287 graphics file format. This is helpful when you want to take an
288 image and import it into another application. The current
289 \helprefn{intensity scale}{intensityscale} is used when exporting
290 the file. The supported graphic formats are:
291
292 \begin{twocollist}
293 \twocolitem{\textbf{PNG}}{Portable Network Graphics format. This uses 8-bits or
294 256 shades of gray.}
295 \twocolitem{\textbf{PNG-16}}{This is a 16-bit version of PNG which allows for
296 65536 shades of gray.}
297 \twocolitem{\textbf{PGM}}{Portable Graymap format. This is a common format used on
298 UNIX systems.}
299 \twocolitem{\textbf{PGM ASCII}}{ASCII version of PGM.}
300 \end{twocollist}
301
302
303 \subsection{View}
304 \subsubsection{Intensity Scale}\label{intensityscale}\index{Intensity scale}
305 These commands are used change the intensity scale for viewing the image.
306 These commands do not change the image data. When the minimum value is
307 set, then the color pure black is assigned to that image value. Similarly,
308 when the maximum value is set, the the color pure white is assigned to that
309 image value.
310
311 Changing the intensity scale is useful when examining different image features.
312 In clinical medicine, the intensity scale is often changed to examine bone
313 (high value) versus soft-tissue (medium value) features.
314
315 \subsubsection{Set}\label{IDH_DLG_MINMAX}
316 This command displays a dialog box that sets the lower
317 and upper values to display.
318
319 \subsubsection{Auto}\label{IDH_DLG_AUTOSCALE}\index{Auto scale}
320 This command displays a dialog box that allows \ctsim\ to automatically
321 make an intensity scale. The parameters that \ctsim\ needs to make this
322 automatic scale are:
323
324 \begin{twocollist}
325 \twocolitem{\textbf{Center}}{This sets the center of the intensity scale. Currently,
326 \ctsim\ allows you to use either the mean, mode, or median of the image
327 as the center of the intensity scale.}
328
329 \twocolitem{\textbf{Width}}{This sets the half-width of the intensity scale. The half-width
330 is specified as a multiple of the standard deviation.}
331 \end{twocollist}
332
333 As an example, if \texttt{median} is selected as the center and
334 \texttt{0.5} is selected as the width, the the minimum value will
335 be \latexonly{$median - 0.5 \times standardDeviation$}\latexignore{\emph{median - 0.5 x standardDeviation}}
336 and the maximum value will be \latexonly{$median + 0.5 \times standardDeviation$.}\latexignore{\emph{
337 median + 0.5 x standardDeviation}.}
338
339 \subsubsection{Full}
340 This command resets the intensity scale to the full scale of the image.
341
342 \subsection{Image}
343 These commands create a new image based upon the current image,
344 and for some commands, also upon a comparison image.
345
346 \subsubsection{Add, Subtract, Multiply, Divide}
347 These are simple arithmetic operations. \ctsim\ will display a dialog
348 box showing all of the currently opened image files that are the
349 same size as the active image. After the selection of a compatible image,
350 \ctsim\ will perform the arithmetic operation on the two images and
351 make a new result image.
352
353 \subsubsection{Image Size}
354 This command will generate a new image based on the current image. The new
355 image can be scaled to any size. A dialog
356 appears asking for the size of the new image. Bilinear interpolation
357 is used when calculating the new image.
358
359 \subsubsection{3-D Conversion}
360 This command generates a 3-dimensional view of the current phantom. This view can be
361 rotated in three dimensions. The left and right arrow control the z-axis
362 rotation and the up and down arrows control the x-axis rotation. The y-axis
363 rotation is controlled by the \texttt{T} and \texttt{Y} keys. Other options
364 are presented on the \texttt{View} menu and include:
365
366 \begin{itemize}\itemsep=0pt
367 \item Surface plot versus wireframe plot.
368 \item Smooth shading versus flat shading.
369 \item Lighting on or off.
370 \item Color scale on or off.
371 \end{itemize}
372
373 \subsection{Filter}\index{Image!Filter}
374 These commands filter and modify the image
375
376 \subsubsection{Arithmetic}
377 These commands operate on the image on a pixel-by-pixel basis. The commands
378 support both real and complex-valued images. The available arithmetic commards are:
379
380 \begin{twocollist}
381   \twocolitem{\textbf{Invert}}{Negate pixel values.}
382   \twocolitem{\textbf{Log}}{Take natural logrithm of pixel values.}
383   \twocolitem{\textbf{Exp}}{Take natural exponent of pixel values.}
384   \twocolitem{\textbf{Square}}{Take square of pixel values.}
385   \twocolitem{\textbf{Square root}}{Take square root of pixel values.}
386 \end{twocollist}
387
388
389 \subsubsection{Frequency Based}
390 These commands perform Fourier and inverse Fourier transformations of
391 images. By default, the transformations will automatically convert
392 images between Fourier to natural orders as expected. For example, \texttt{2-D FFT}
393 will transform the points into natural order after the Fourier transform.
394 Similarly the inverse, \texttt{2-D IFFT}, will reorder the points from
395 natural order to Fourier order before applying the inverse Fourier transformation.
396
397 As you would expect, images that undergo frequency filtering will be complex-valued
398 after than filtering. Only the real component is shown by \ctsim. However, \ctsim\ does
399 have options for converting a complex-valued image into a real-valued image via
400 the \texttt{Magnitude} and \texttt{Phase} filtering commands.
401
402 The available frequency-based filtering commards are:
403
404 \begin{itemize}\itemsep=0pt
405 \item 2-D FFT
406 \item 2-D IFFT
407 \item FFT Rows
408 \item IFFT Rows
409 \item FFT Columns
410 \item IFFT Columns
411 \item 2-D Fourier
412 \item 2-D Inverse Fourier
413 \item Shuffle Fourier to Natural Order
414 \item Shuffle Natural to Fourier Order
415 \item Magnitude
416 \item Phase
417 \end{itemize}
418
419 \subsection{Analyze - Plot}
420 The commands plot rows and columns of images. There are commands
421 that perform FFT transformations prior to plotting. To select
422 the row or column to plot, click the left mouse button over the
423 desired cursor point.
424
425 The available plot commands are:
426 \begin{itemize}\itemsep=0pt
427 \item Plot Row
428 \item Plot Column
429 \item Plot Histogram
430 \item Plot FFT Row
431 \item Plot FFT Col
432 \end{itemize}
433
434 \subsection{Analyze - Compare}\label{IDH_DLG_COMPARISON}\index{Image!Comparison}
435 This command performs statistical comparisons between two images. An option
436 also exists for generating a difference image from the two input images.
437
438 The three distance measures reported are:
439 \begin{itemize}\itemsep=0pt
440 \item[] \textbf{$d$}\quad The normalized root mean squared distance measure.
441 \item[] \textbf{$r$}\quad The normalized mean absolute distance measure.
442 \item[] \textbf{$e$}\quad The worst case distance measure over a \latexonly{$2\times2$}\latexignore{\emph{2 x 2}} pixel area.
443 \end{itemize}
444
445 There are also commands for comparison plotting of rows and columns from two images.
446 This is quite helpful when comparing a phantom to a reconstruction. As with plotting
447 of rows and columns, click the left mouse button over the desired cursor point to
448 choose which row and column to plot.
449
450
451 \section{Projection Menus}
452
453 \subsection{File - Properties}
454 The displayed properties include:
455
456 \begin{itemize}\itemsep=0pt
457 \item Number of detectors in the projections.
458 \item Number of views.
459 \item The parameters used when generating the projections from the phantom.
460 \end{itemize}
461
462 \subsection{Process - Convert Polar}\label{IDH_DLG_POLAR}\index{Polar conversion}
463 This command creates an image file with the polar conversion of the projection data.
464 The parameters to set are:
465
466 \begin{twocollist}
467 \twocolitem{\textbf{X Size}}{Number of columns in output image.}
468 \twocolitem{\textbf{Y Ssize}}{Number of rows in output image.}
469 \twocolitem{\textbf{Interpolation}}{Selects the interpolation method.
470 Currently, the \texttt{bilinear} option provides the highest
471 quality interpolation.}
472 \end{twocollist}
473
474 \subsection{Process - Convert FFT Polar}
475 The parameters for this option are the same as the \helprefn{Convert
476 Polar Dialog}{convertpolardialog}. For this command, though, the
477 projections are Fourier transformed prior to conversion to polar
478 image.
479
480 \subsection{Reconstruct - Filtered Backprojection}\label{IDH_DLG_RECONSTRUCTION}\index{Dialog!Reconstruction}
481 This command displays a dialog to set the parameters for reconstructing an image from projections
482 using the filtered backprojection technique. The parameters available are:
483
484 \begin{twocollist}
485 \twocolitem{\textbf{Filter}}{Selects the filter to apply to each
486 projection. To properly reconstruct an image, this filter should
487 consist of the the absolute value of distance from zero
488 frequency optionally multiplied by a smoothing filter. The optimal
489 filters to use are:
490 \begin{itemize}\itemsep=0pt
491 \item \texttt{abs\_bandlimit}
492 \item \texttt{abs\_hamming}
493 \item \texttt{abs\_hanning}
494 \item \texttt{abs\_cosine}
495 \end{itemize}
496 } \twocolitem{\textbf{Hamming parameter}}{Sets the alpha level for
497 Hamming window. This parameter adjusts the smoothing of the Hamming
498 filter and can range from \texttt{0} to \texttt{1}.
499 At a setting of \texttt{1}, the Hamming filter is the same as the bandlimit filter.
500 At a setting of \texttt{0.54}, the Hamming filter is the same as the Hanning
501 window.}
502 \twocolitem{\textbf{Filter Method}}{Selects the filtering method.
503 For large numbers of detectors, the FFT-based filters are preferred whereas for
504 smaller numbers of detectors \texttt{convolution} can be
505 faster. When \emph{Advanced Options} have been turned off, this menu only shows
506 the two basic choices: \texttt{convolution} and \texttt{FFT}. However, when
507 \emph{Advanced Options} have been turned on, additional selections are available as
508 discussed in the next section.
509 }
510 \twocolitem{\textbf{Interpolation}}{Interpolation technique during backprojection.
511 \texttt{cubic} has optimal quality when the
512 data is smooth. Smooth data is obtained by taking many projections and/or
513 using a smoothing filter. In the absence of smooth data, \texttt{linear} gives better results and
514 is also many times faster than cubic interpolation.
515
516 \begin{itemize}\itemsep=0pt
517 \item \texttt{nearest} - No interpolation, selects nearest point.
518 \item \texttt{linear} - Uses fast straight line interpolation.
519 \item \texttt{cubic} - Uses cubic interpolating polynomial.
520 \end{itemize}
521 }
522 \end{twocollist}
523
524 \textbf{Advanced Options}
525
526 These options are visible only if \emph{Advanced Options} has been
527 selected in the \texttt{File - Preferences} dialog. These parameters
528 default to optimal settings and don't need to be adjusted except
529 by expert users.
530
531 \begin{twocollist}
532 \twocolitem{\textbf{Filter Method}}{Selects the filtering method.
533 The general comments about this parameter given the previous section still apply.
534 With \emph{Advanced Options} on, the full set of filter methods are available:
535 \begin{itemize}\itemsep=0pt
536 \item \texttt{convolution}
537 \item \texttt{fourier} - Uses simple Fourier transform.
538 \item \texttt{fourier-table} - Optimizes Fourier transform by precalculating trigometric functions.
539 \item \texttt{fftw} - Uses complex-valued Fourier transform with the \emph{fftw} library.
540 \item \texttt{rfftw} - Uses optimized real/half-complex Fourier transform.
541 \end{itemize}
542 }
543 \twocolitem{\textbf{Backprojection}}{Selects the backprojection
544 technique. A setting of \texttt{idiff} is optimal.
545 \begin{itemize}\itemsep=0pt
546 \item \texttt{trig} - Use trigometric functions at each image point.
547 \item \texttt{table} - Use precalculated trigometric tables.
548 \item \texttt{diff} - Use difference method to iterate within image.
549 \item \texttt{idiff} - Use integer iteration techique.
550 \end{itemize}
551 }
552
553 \twocolitem{\textbf{Filter Generation}}{Selects the filter
554 generation. With convolution, \texttt{direct} is the proper method
555 to select. With any of the frequency methods,
556 \texttt{inverse-fourier} is the best method.
557 \begin{itemize}\itemsep=0pt
558 \item \texttt{direct}
559 \item \texttt{inverse-fourier}
560 \end{itemize}
561 }
562
563 \twocolitem{\textbf{Zeropad}}{Zeropad factor when using
564 frequency-based filtering. A setting of \texttt{1} is optimal whereas
565 a setting of \texttt{0} disables zero padding. Settings greater than \texttt{1}
566 perform larger amounts of zero padding but without any significant benefit.}
567
568 \end{twocollist}
569
570 \section{Plot Menus}
571 \subsection{File - Properties}
572 The displayed properties include:
573
574 \begin{itemize}\itemsep=0pt
575 \item the number of curves in the plot and the number of points per curve.
576 \item the EZPlot commands used to format the plot are displayed.
577 \item history labels from the originating image(s) and the plot function.
578 \end{itemize}
579
580 \subsection{View Menu}
581 These commands set the scaling for the y-axis. They are analogous
582 to the options used for setting the intensity scale for images.
583
584 \subsubsection{Set}
585 This command sets the upper and lower limits for the y-axis.
586
587 \subsubsection{Auto}
588 This command automatically sets the upper and lower limits for the
589 y-axis. Please refer to the image file \helpref{\texttt{View - Auto}}{IDH_DLG_AUTOSCALE}
590 documentation for the details.
591
592 \subsubsection{Full}
593 The command resets the upper and lower limits of the y-axis to the
594 minimum and maximum values of the curves.