rockverse.voxel_image.zeros#
- rockverse.voxel_image.zeros(shape, dtype, **kwargs)[source]#
Create a voxel image filled with zeros.
- Parameters:
shape (tuple) – Desired image shape.
dtype (string or dtype) – NumPy dtype.
**kwargs – Additional keyword arguments to be passed to the underlying
creation function.
- Returns:
The created
VoxelImageobject.- Return type: