From: Kevin M. Rosenberg Date: Tue, 20 Feb 2001 00:31:42 +0000 (+0000) Subject: r556: *** empty log message *** X-Git-Tag: debian-4.5.3-3~461 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=17644359b085e5c2be7d71f8c0fb6dacd3cbd681 r556: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c4f3c8d..7c56ff6 100644 --- 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 078791b..2da1dee 100644 --- 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: diff --git a/doc/Makefile.in b/doc/Makefile.in index 457f1e9..8fe60cb 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 diff --git a/rpm/ctsim.spec b/rpm/ctsim.spec index cc7f1f7..b8fdeec 100644 --- a/rpm/ctsim.spec +++ b/rpm/ctsim.spec @@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index e1a7e45..24ed326 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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