pygmi.vector.datatypes
Class for vector data types.
Module Contents
-
class pygmi.vector.datatypes.VoxModel
Voxel Model Data.
This is the main data structure for voxel data
-
data
Voxel data.
- Type:
numpy masked array
-
origin
Origin coordinates as x, y, z
- Type:
list
-
spacing
Spacing in x, y and z directions.
- Type:
list