ConvolutionKernel

class boulderopal.graph.ConvolutionKernel(operation)

A kernel to be used in a convolution.

SEE ALSO

Graph.convolve_pwc : Operation to create an Stf by convolving a Pwc with a kernel.

Graph.gaussian_convolution_kernel : Operation to create a convolution kernel representing a normalized Gaussian.

Graph.sinc_convolution_kernel : Operation to create a convolution kernel representing the sinc function.

Notes

The value of ConvolutionKernel nodes is not fetchable from graphs. Therefore, they do not have a name attribute.

Was this useful?