r1940: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 5 May 2002 08:24:41 +0000 (08:24 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 5 May 2002 08:24:41 +0000 (08:24 +0000)
configure.in
debian/changelog
doc/ctsim-gui.tex
src/ctsim-map.h

index 3de71234612fc64bff8dce8b95fe3cd588aba3b3..841e757fa6fea3a8465ad284e6a561d37b6b74de 100644 (file)
@@ -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.
index f3d085ed0da82d4b819b9bbc50f0713293d15eb1..7ccb45785db52ea26eb1e56fcafb3526cf7ca9fc 100644 (file)
@@ -1,3 +1,10 @@
+ctsim (3.5.0-3) unstable; urgency=low
+
+  * Upstream improvements. 
+  * No longer include Postscript with upstream source.
+
+ -- Kevin Rosenberg <kevin@cheetah-debian.med-info.com>  Sun,  5 May 2002 02:22:26 -0600
+
 ctsim (3.5.0-2) unstable; urgency=low
 
   * Reworked documentation packaging.
index 3901d712536c14e51fff8b0e6237598e0c36c942..f288d79acf7cea86417ebb043f723cebd06bec3b 100644 (file)
@@ -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
index d4ab3d7ed9b6b0d0b8fa63c358c7d8a1cba0888a..7f695592e58b8c9ba5a85376b2051a6d24748d05 100644 (file)
@@ -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