geosoft.gxpy.vox¶
Geosoft voxel (voxset) handling.
- Classes:
Vox
Geosoft voxel (voxset), subclass of
geosoft.gxpy.spatialdata.SpatialData
- Constants:
- Z_ELEVATION:
0, z values are elevation
- Z_DEPTH:
1, z values are depth
- MODE_READ:
geosoft.gxpy.spatialdata.MODE_READ
- MODE_READWRITE:
geosoft.gxpy.spatialdata.MODE_READWRITE
- MODE_NEW:
geosoft.gxpy.spatialdata.MODE_NEW
- INTERP_NEAREST:
- INTERP_LINEAR:
- INTERP_SMOOTH:
Note
Regression tests provide usage examples: Tests
New in version 9.3.1.
Functions
|
|
|
|
|
|
|
Delete all files associated with this vox name. |
|
Return elevation origin and elevation cells sizes from a depth origin and depth cell-sizes |
|
Return the cell center locations from an array of cell sizes. |
Classes
|
Vox (voxset) class. |
Exceptions
|
Exceptions from |