r556: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 20 Feb 2001 00:31:42 +0000 (00:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 20 Feb 2001 00:31:42 +0000 (00:31 +0000)
ChangeLog
NEWS
doc/Makefile.in
rpm/ctsim.spec
src/Makefile.in

index c4f3c8d946c09ddcc9ae91671b221220793f61df..7c56ff66a106556365ce2a4d61964f7afb1498fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,12 +6,15 @@
        
        * ctsim: Reformated all dialog boxes, much nicer now.
        
-       * ctsim: Improved accelerator key handling
-       
        * global: Added Hanning filter.
 
-       * global: Improved default parameters to that all defaults give
+       * global: Improved default parameters so that all defaults give
        sensible output.
+
+       * ctsim: Improved accelerator key handling
+       
+       * ctsim,pjrec: Changed rotation angle to be a fraction of
+       a circle rather than a multiple of pi.
        
 3.0.0beta1 - Released 2/11/01
 
diff --git a/NEWS b/NEWS
index 078791b63d3b888cf0e5ca487b74cd05b89beb28..2da1deef76d3f455010eff6694059d53c2a83538 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,13 +17,19 @@ Version 3.0 New Features
 
 * Visual and statistical image comparision functions
 
-* 2D plots of row and column data of single and comparison images
+* Plotting of row and column data of single and comparison images
 
 * Histogram Plotting
 
 * Conversion of projections to polar images
 
+* Improved animation graphics
+
+* New Microsoft Windows compatible self-installer with explorer extensions 
+to CTSim files
+
+
+
 Version 2.5 of CTSim has been released!
 
 New Features of CTSim version 2.5:
index 457f1e930894a3c26217ddb4415b9dc8978459cf..8fe60cb2a97da5791e8892a88b4cb18b9caf69d1 100644 (file)
@@ -90,7 +90,7 @@ wxcflags = @wxcflags@
 wxconfig = @wxconfig@
 wxlibs = @wxlibs@
 
-docs = ctsim.tex ctsim.bib texhelp.sty psbox.tex logo-huge.bmp tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim.bib 
+docs = ctsim.tex ctsim.bib texhelp.sty psbox.tex logo-huge.gif alphacalc.gif divergent.gif equiangular.gif equilinear.gif scangeometry.gif tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim.bib 
 EXTRA_DIST = ${docs} ctsim.htb 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
index cc7f1f7f62e84b81cd40a81414f342f1bfa22605..b8fdeeca42b23f63f5ae4512a774bc62fe84978a 100644 (file)
@@ -1,5 +1,5 @@
 # Version of CTSim
-%define version 3.0.0beta1
+%define version 3.0.0
 
 Summary: CTSim - Open-Source Computed Tomography Simulator
 Name: ctsim
index e1a7e453b1a8b6effe595a8706a7ce9cfb3c2f2e..24ed3267e768a1c5ae355f50ebb0bd06a5b0a53d 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.xpm
+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 splash.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