Property | Description | Default Value(s) | Restrictions |
Data Byte Order (DataByteOrder) |
This property indicates the byte order of the binary file(s). | 0 | The value must be one of the following: BigEndian (0), LittleEndian (1). |
Data Extent (DataExtent) |
This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax). | 0 0 0 0 0 0 | |
Data Origin (DataOrigin) |
The coordinate contained in this property specifies the position of the point with index (0,0,0). | 0 0 0 | |
Data Scalar Type (DataScalarType) |
The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ... | 4 | The value must be one of the following: char (2), unsigned char (3), short (4), unsigned short (5), int (6), unsigned int (7), long (8), unsigned long (9), float (10), double (11). |
Data Spacing (DataSpacing) |
This property specifies the size of a voxel in each dimension. | 1 1 1 | |
File Dimensionality (FileDimensionality) |
This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D). | 3 | The value must be one of the following: 2 (2), 3 (3). |
File Pattern (FilePattern) |
The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf. | %s | |
File Prefix (FilePrefix) |
The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset. | ||
Number Of Scalar Components (NumberOfScalarComponents) |
This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components). | 1 | |
Scalar Array Name (ScalarArrayName) |
This property contains a text string listing a name to assign to the point-centered data array read. | ImageFile |