next up previous contents
Next: References Up: User's Guide Software Previous: Voxel View

Appendix: Sdt File Format

 

The sdt file format actually consists of a file pair designated by the extensions, ``.sdt'' and ``.spr''.

The ``.spr'' file has one ASCII parameter string per line (i.e. newline ' tex2html_wrap_inline3316 n' terminated). The parameters format consists first of a colon terminated attribute name, followed by a newline terminated value.

    { } xxxxxxxxxx

    numDim
    The number of dimensions for the data.
    dim
    The number of data points in each dimension.
    dataType
    The data type. There are five data types supported as given with their corresponding sizes in Table 12.

   table1936
Table 12: Supported Values for the dataType Attribute.

 
numDim: 		 4

dim: 64 64 27 110

dataType: REAL

    { } xxxxxxxxxxxxx

    origin
    Position of the of the first voxel. One value for each dimension. If the origin is not specified, but the fov is, then the image is assumed to be centered: tex2html_wrap_inline3318

    fov
    Field of view: The distance between the outside edges of the first and last voxel along each dimension; one value for each dimension. If the fov is not specified it is calculated according to: fov = interval * dim

    interval
    The center to center distance between adjacent voxels along each dimension; one value for each dimension. If the interval is not specified it is calculated according to: interval = fov / dim

    displayRange
    Two values giving the low_value and high_value. Voxel values below the low_value will be displayed as black and voxels with values above the high_value will be displayed as white. Voxels with values within the display range are displayed with a grey value that is scaled linearly between the low_value and high_value.

 
numDim: 		 4

dim: 128 128 20 150

origin: -10.000000 -10.000000 0.000000 0.000000

fov: 20.000000 20.000000 2.000000 15.000000

interval: 0.156250 0.156250 1.000000 1.000000

dataType: REAL

displayRange: 0.000000 347.904358

fidName: stimFid.sdt

sdtOrient: sag


next up previous contents
Next: References Up: User's Guide Software Previous: Voxel View