listimage     Print out all image values to results filr
 

file format: spider

Purpose: The program was written to print the actual values in an iage for the 
	 purpose to examine and test image processing algorithms, I.e. check
	 that the values ar changed as expected, check that changes happen in 
	 the expected loaction in the image etc.
	 
USAGE:        listimage
 
        .Input file: image001
        [ Enter input file name]

        .number of digits to print, slice number (if 3d):
        [The pixel values of the image are printed as integers. Specify
	 how many digits should be used. If it is a 3D file specify 
	 which slice to print, since printing th complete 3d amy be to 
	 much. To print a complete 3d use this operation witin a loop.]
        
        .Normalize or keep values: K
        [Enter if you want to normalize the image relative to the number
	of digits specified or keep its valus.]
	
	.Page width in characters, lines per page: 120,1000
	[Specify the numbe of charcters per line to print and number of
	 lines per page. The image will be split accordingly.] 

Programs: listimg.f
Remark: The program follows the ideas of the LIST command in the EM-system
	developed in Martinried by Hoppe, Gassmann, Bussler and Hegerl. 

Author(s): M.Radermacher