The existing keywords are the following:
[Version]
The number of the version for this voxel data info file.
[Material]
This section consists of a two column list providing the material files at the appropriate frequency [MHz].
Example:
//f [MHz] filename
100 Material_0100.txt
450 Material_0450.txt
[Background]
This section defines the integer number which represents the background material of the voxel data.
Note: The background material properties can not be changed in the material file. The background material of the voxel data is always replaced by the surrounding material, e. g. the global background material. This ensures a seamless embedding of the voxel model.
[Voxel]
In this section each row defines a collection of voxels that describes one individual spatial resolution of the entire data set.
The file name for a voxel collection must be given in the last column (a binary file). The first column defines the datatype used in the voxel collection file to identify the material for each voxel. Columns 2 to7 contain the number of voxels in each coordinate direction (in the voxel coordinate system) and the spatial dimensions of each voxel. There may be a header in the voxel collection file however, it will not be read. Therefore its size in bytes must be given in Column 8. All data after this offset will be interpreted as voxels.
Example:
//type nx ny nz dx[mm] dy[mm] dz[mm] offset filename
// number of voxels [bytes]
char 74 42 234 8 8 8 148 Modell8.lat
char 99 56 312 6 6 6 148 Modell6.lat
[Bitmap]
This section may contain the keywords "front" and "side" followed by a bitmap file name. These bitmaps are used for the volume selection. The definitions of "front" and "side" in relation to the global coordinate system are shown in the following pictures:
Example:
front Front.bmp
side Side.bmp
[WCS]
In this section each row defines a working coordinate system (WCS).
The name for a wcs must be given in the first column. The following nine columns specify the local wcs in respect of the global coordinates X/Y/Z. Column 2-4 define the origin of the wcs, then the following three columns give the components of the U-vector, and the last three columns define the components of the normal vector (W-vector) of the wcs.
Please note: These working coordinate systems can be used to align other objects after importing the voxel data. It is not used to transform the voxel data itself.
Example:
//name originx originy originz ux uy uz nx ny nz
wcs01 0.2 0 0 0 0 1 1 0 0
wcs02 0.09 0 0.19 0.7 0 -0.7 0 1 0
See also
Import Voxel Data, Voxel Data Properties, Voxel Material Description File, Voxel Data Info File