r529: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 11 Feb 2001 23:45:57 +0000 (23:45 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 11 Feb 2001 23:45:57 +0000 (23:45 +0000)
ChangeLog
NEWS
rpm/ctsim.spec
src/Makefile.am
src/Makefile.in

index bfecccd0733b78aecb51b887d2b82b55b22d371f..320962c925ae4f255374f3e6d61dcb0d003e440d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,10 @@
-3.0.0beta1 - Released
+3.0.0beta1 - Released 2/11/01
 
-       * global: Projection files are not compatible with previous version
-       due to new scanner definitions.
-       
-       * global: deleted concept of field-of-view and added
-         view ratio and scan ratio concepts.
-       
        * ctsim: Added most-recently-used files to File menu with
        registry storage between executions.
 
+       * ctsim: Hides arcane features unless enabled by Preferences dialog
+       
        * ctsim: Added MDI interface for Windows version and made it default for Windows.
 
        * ctsim: Added 3-D wireframe view of images (uses OpenGL)
@@ -21,7 +17,7 @@
        
        * ctsim: Added accelerator (hotkeys) to frames
 
-       * ctsim: Online help added as well as HTML help
+       * ctsim: Online help added!
 
        * backprojector: Added cubic interpolation
        
        * timer.h: Add use of _ftime when compiling on MSVC
 
        * ctsim: Fixed crash on shutdown bug
+       * global: Projection files are not compatible with previous version
+       due to new scanner definitions.
+       
+       * global: deleted concept of field-of-view and added
+         view ratio and scan ratio concepts.
        
        * pjinfo: Fixed bug when doing --dump and not specifing --endview
 
        * phm2pj: Fixed MPI bug with broadcasting of variables
        
        * ctsimtext-lam: Changes for first version to compile under lam
+
        
 3.0.0alpha5 - Released 1/12/00
 
diff --git a/NEWS b/NEWS
index 78e00777aaee08f27763cad33907dcc5e6d81f27..4a320744636be1a4b687ad4716aec0eb227deb29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-Version 3.0alpha Features
+Version 3.0beta New Features
+
+* 3-d views of Image files
 
 * Creation of arbitrary filter images
 
-* Now with cubic interpolation for reconstructions
+* Cubic interpolation for reconstructions
 
 * All features of command line tools are now in graphical ctsim program!
 
index 0f4fa9969f4dae47176526295624341feb6938c4..cc7f1f7f62e84b81cd40a81414f342f1bfa22605 100644 (file)
@@ -18,7 +18,7 @@ CTSim is a Computed Tomography Simulator.
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
-       ./configure --prefix=/usr/local --enable-static
+       ./configure --prefix=/usr/local --enable-static --without-lam
 make
 
 %install
index f074c5125942558c0f6b7b21992e20265a4ee0e9..039d433cb61f7c5204d1563571c5aeb4567a73e6 100644 (file)
@@ -1,6 +1,6 @@
 bin_PROGRAMS=ctsim
 
-ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h
+ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm
 ctsim_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h
 ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@
 
index 3bebe10e9815c1181851bf33aaca055f95db8a61..e1a7e453b1a8b6effe595a8706a7ce9cfb3c2f2e 100644 (file)
@@ -92,7 +92,7 @@ wxlibs = @wxlibs@
 
 bin_PROGRAMS = ctsim
 
-ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h
+ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm
 ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h
 ctsim_LDADD = -L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs