Main Page   File List   Globals  

rawtov.c File Reference

rawtov - converts a raw data file to Vista format. More...


Detailed Description

rawtov - converts a raw data file to Vista format.

Description
converts a raw data file to Vista format. A 'raw' file is an unstructured file not containing any header info.
Usage
rawtov
Parameters:
-in  input image
-out  output image
-repn  pixel representation: (bit | ubyte | sbyte | short | long | float | double)
-nbands  number of slices
-nrows  number of rows
-ncols  number of columns
Examples

Known bugs
none.
Author:
G.Lohmann, MPI-CBS

Variable Documentation

VDictEntry TYPEDict[]
 

Initial value:

 {
  { "bit",   1 },
  { "ubyte", 2 },
  { "sbyte", 3 },
  { "short", 4 },
  { "long",  5 },
  { "float", 6 },
  { "double",7 },
  { NULL }
}


Generated on Tue Nov 23 09:50:52 2004 for VIA - Volumetric Image Analysis by doxygen1.2.15