X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=README;h=9146dbcc7324d5dfde810a0200a6f59a3f32da90;hp=d59b1cc84a833f1deed4eb64a715c03dc57dfe4b;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hpb=87102ec450051db32c411f3706cc080977938875 diff --git a/README b/README index d59b1cc..9146dbc 100644 --- a/README +++ b/README @@ -62,10 +62,14 @@ 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 +pjinfo - Show information on a projection file + +ifexport - Converts an image file to a variety of 8-bit and 16-bit image formats -pjinfo - Show information on a projection file +if1 - Performs operations on a single image file + +if2 - Performs operations on two image files, such as comparisons ifinfo - Show statistics and history labels of image files @@ -86,16 +90,16 @@ When evaluating CT simulation, in general, these steps are followed: Create a phantom image and viewable image file phm2if ... - if2img ... + ifexport ... Simulate CT data collection and create a viewable image of raw projections phm2pj ... pj2if ... - if2img ... + ifexport ... Perform CT reconstruction and create viewable image file pjrec ... - if2img ... + ifexport ... Display image information and comparative statistics ifinfo ...