rockverse.voxel_image.empty_like#

rockverse.voxel_image.empty_like(a, **kwargs)[source]#

Create empty voxel image with same shape, chunks, voxel_origin, voxel_length, and voxel_unit as the given image.

Parameters:
  • a (VoxelImage) – The source voxel image to mimic.

  • **kwargs – Additional keyword arguments to be passed to the underlying creation function.

Returns:

The created VoxelImage object.

Return type:

VoxelImage