From: Kevin M. Rosenberg Date: Sun, 5 May 2002 08:24:41 +0000 (+0000) Subject: r1940: *** empty log message *** X-Git-Tag: debian-4.5.3-3~291 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=31970e65fbd18f85aba61325825d65721a0a14c0 r1940: *** empty log message *** --- diff --git a/configure.in b/configure.in index 3de7123..841e757 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,3.5.0) +AM_INIT_AUTOMAKE(ctsim,3.5.1) AM_CONFIG_HEADER(config.h) dnl Checks for programs. diff --git a/debian/changelog b/debian/changelog index f3d085e..7ccb457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ctsim (3.5.0-3) unstable; urgency=low + + * Upstream improvements. + * No longer include Postscript with upstream source. + + -- Kevin Rosenberg Sun, 5 May 2002 02:22:26 -0600 + ctsim (3.5.0-2) unstable; urgency=low * Reworked documentation packaging. diff --git a/doc/ctsim-gui.tex b/doc/ctsim-gui.tex index 3901d71..f288d79 100644 --- a/doc/ctsim-gui.tex +++ b/doc/ctsim-gui.tex @@ -152,6 +152,14 @@ lying at point \texttt{100,50} would be 50 units from the center of the filter. value of \texttt{1}.} \end{twocollist} +\subsection{File - Import}\label{IDH_DLG_IMPORT} +This command allows the importing of non-\ctsim\ file formats into +\ctsim\. \texttt{PPM} and \texttt{PNG} formats will be read into an +imagefile window. Color images will be converted to grayscale. If a +\texttt{DICOM} library was linked in with your version of \ctsim\, +then you can also import \text{DICOM} projection files and image +files. + \subsection{File - Preferences}\label{IDH_DLG_PREFERENCES}\index{Dialog!Preferences} This command displays a dialog box that allows users to control the behavior of \ctsim. These options are saved across \ctsim\ sessions. @@ -520,6 +528,9 @@ Plots a 2-dimensional scattergram showing the \texttt{T} and This is especially instructive when scanning with divergent geometries and the scan ratio is close to \texttt{1}. +\subsubsection{Theta Range}\label{IDH_DLG_THETA_RANGE} +This dialog box allows the constraint of Theta values for the +T-Theta Sampling scattergram. \subsection{Reconstruct - Filtered Backprojection}\label{IDH_DLG_RECONSTRUCTION}\index{Dialog!Reconstruction} This command displays a dialog to set the parameters for reconstructing an image from projections diff --git a/src/ctsim-map.h b/src/ctsim-map.h index d4ab3d7..7f69559 100644 --- a/src/ctsim-map.h +++ b/src/ctsim-map.h @@ -14,8 +14,6 @@ #define IDH_DLG_FFT_POLAR 8614 #define IDH_DLG_RECON_FOURIER 8615 #define IDH_DLG_RECONSTRUCTION_REBIN 8617 - -// Need to add to .tex file -#define IDH_DLG_IMPORT 8620 -#define IDH_DLG_THETA_RANGE 8621 +#define IDH_DLG_IMPORT 8618 +#define IDH_DLG_THETA_RANGE 8619