Last modified: December 2024

URL: https://cxc.cfa.harvard.edu/sherpa/ahelp/get_kernel_image.html
Jump to: · Example · PARAMETERS · Bugs · See Also


AHELP for CIAO 4.17 Sherpa

get_kernel_image

Context: visualization

Synopsis

Return the data used by image_kernel.

Syntax

get_kernel_image(id=None)

Example

Return the image data for the kernel for the default data set:

>>> lplot = get_kernel_image()
>>> iplot.y.shape
(51, 51)

PARAMETERS

The parameter for this function is:

Parameter Type information Definition
id int, str, or None, optional The data set. If not given then the default identifier is used, as returned by `get_default_id` .

Bugs

See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.

See Also

psfs
get_psf_image, image_kernel