Workspace 6.21.5
|
Reads raw binary data from a file, assuming it is populated with voxels of a particular size. The dataset is assumed to have no header information. Dimensionality is assumed to be X,Y,Z; that is, when voxels are read sequentially from the file, X is the most frequently changing dimension, then Y, then Z.
Inputs: | |||
---|---|---|---|
File name | QString | ||
Data size | CSIRO::DataAnalysis::RawVoxelReader::VoxelDataSize | The expected size (in bits) of each voxel in the dataset. | |
No. cells X | int | ||
No. cells Y | int | ||
No. cells Z | int | ||
Outputs: | |||
Data | CSIRO::DataAnalysis::Array3dScalar |