X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=NEWS;h=b2837f0cc79ca66e5c3444dad00b3c56dc5fb665;hp=c6a1599cfe374e647488b24b078408b6f298d69f;hb=d850a3477e9ccaecfa85e00bc619848fcc29bdb6;hpb=e4c1f7f8eb87558c3abf3bf1d20732361f425351 diff --git a/NEWS b/NEWS index c6a1599..b2837f0 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,78 @@ -Version 2.0 of CTSim is near completion! +Version 3.5 New Features + +* Multithreading for running length processes in background. Also + takes advantage of multiple-CPU's in SMP systems for speed improvements + with parallel processing. + +* Import PNG, PPM, and PGM images + +* DICOM file import/export + +* Can read and reconstruct SIEMENS AR.STAR DICOM raw data files + +* Scattergram of T-Theta sampling. + +* Added startup-tips to help new users learn features. + +* Added ability to place detector at any arbitray position + + + +Version 3.0 New Features + +* Greatly improved dialog boxes + +* Online and print manuals with context-sensitive help! + +* 3-d rotating views of image files + +* Creation of arbitrary filter images + +* Cubic interpolation for reconstructions + +* All features of command line tools are now in graphical ctsim program! + +* Complex-valued image files now supported, lots of image math + functions added including Fourier transformations + +* Visual and statistical image comparision functions + +* 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: + +- Now compiles with Microsoft Visual C++. + +- First Microsoft Windows graphical user interface + +- Bug fixes and modest documentation and program improvements over version 2.0 + New Features of CTSim version 2.0: -- Entire code-base, except for SGP & EZPlot, cleaned up and - re-written. All code converted to C++. +- Entire code-base cleaned up, re-written, and converted from C to C++. -- Integrated G2 library for graphical display from command line tools +- Graphical user interface now included! Animation of projection and + reconstruction processes. Displays projection and image files. Uses + platform-independent wxWindows library so can run on UNIX and + Microsoft Windows platforms. -- Graphic front-end (ctsim) initial implemention. Can display - projection and image files. +- Integrated G2 library for graphical display from command line tools + (UNIX only) - Added frequency-based filtering. Can provide significant speed-up in reconstructions compared to convolution-based filtering.