ConvolutionKernel#
- class lsst.images.convolution_kernels.ConvolutionKernel#
Bases:
ABCAn abstract base class for spatially-varying convolution kernels.
Attributes Summary
The region where this convolution kernel is valid (
Bounds).Bounding box of all images returned by
compute_kernel_image(Box).Methods Summary
compute_kernel_image(*, x, y)Evaluate the kernel at a point.
serialize(archive)Serialize the kernel to an output archive.
Attributes Documentation
- kernel_bbox#
Bounding box of all images returned by
compute_kernel_image(Box).
Methods Documentation
- abstract compute_kernel_image(*, x, y)#
Evaluate the kernel at a point.
- abstract serialize(archive)#
Serialize the kernel to an output archive.
- Parameters:
archive (
OutputArchive[Any]) – Archive to write to.- Return type:
TypeAliasType