From fa52994392de0947079edfa69247f73520e850c4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 1 Dec 2000 15:02:00 +0000 Subject: [PATCH] r227: *** empty log message *** --- README | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/README b/README index 43e859f..d2bd465 100644 --- a/README +++ b/README @@ -31,10 +31,6 @@ I would be very pleased to have other developers join me in the development of CTSim. Please see the TODO list for the most obvious ideas. -Interactive graphics have not yet been implemented. I am still researching -cross-platform tools to create a graphical interface with interactive -graphics of the simulation and reconstruction processes. - OVERVIEW ======== @@ -52,23 +48,27 @@ image data. THE PROGRAMS ============ -ctsim - a graphical user interface for all functions. Currently, this is -still under development and incomplete compared to command-line tools. +ctsim - a graphical user interface for most functions. This programs +has all of the functionality of the command line tools except for +image comparison functions. phm2if - generates an image file of a phantom object -phm2pj - Simulates the collection of CT data, or projections, of a phantom -object +phm2pj - Simulates the collection of CT data, or projections, of a +phantom object -ctrec - Performs an CT reconstruction, also known as image -reconstruction from projections. Reads a projection file and writes a SDF -file. +pjrec - Performs an CT reconstruction, also known as image +reconstruction from projections. Reads a projection file and writes a +SDF file. pj2if - Converts projection data to a raw sinugram image -if2img - Converts an image file to a variety of 8-bit and 16-bit image formats +if2img - Converts an image file to a variety of 8-bit and 16-bit image +formats + +pjinfo - Show information on a projection file -ifinfo - Show statistics and history labels of SDF files +ifinfo - Show statistics and history labels of image files TYPICAL USAGE @@ -77,7 +77,8 @@ TYPICAL USAGE Graphical User Interface ------------------------ -Use ctsim, but most functions are not yet incorporated. +Use ctsim. + Command Line Interface ---------------------- @@ -94,7 +95,7 @@ Simulate CT data collection and create a viewable image of raw projections if2img ... Perform CT reconstruction and create viewable image file - ctrec ... + pjrec ... if2img ... Display image information and comparative statistics -- 2.34.1