rockverse.voxel_image.zeros_like#
- rockverse.voxel_image.zeros_like(a, **kwargs)[source]#
Create voxel image filled with zeros with same shape, chunks, voxel_origin, voxel_length, and voxel_unit as the given image.
- Parameters:
a (VoxelImage) – The source RockVerse voxel image to mimic.
**kwargs – Additional keyword arguments to be passed to the underlying
creation function.
- Returns:
The created
VoxelImageobject.- Return type: