Example Datasets#

Illustration of example datasets.

Point Source and Gaussian PSF#

from pylira.data import point_source_gauss_psf
from pylira.utils.plot import plot_example_dataset

data = point_source_gauss_psf()
plot_example_dataset(data)

(Source code, png, hires.png, pdf)

../../_images/data-1.png

Disk Source and Gaussian PSF#

from pylira.data import disk_source_gauss_psf
from pylira.utils.plot import plot_example_dataset

data = disk_source_gauss_psf()
plot_example_dataset(data)

(Source code, png, hires.png, pdf)

../../_images/data-2.png

Gaussian and Point Sources and Gaussian PSF#

from pylira.data import gauss_and_point_sources_gauss_psf
from pylira.utils.plot import plot_example_dataset

data = gauss_and_point_sources_gauss_psf()
plot_example_dataset(data)

(Source code, png, hires.png, pdf)

../../_images/data-3.png

Chandra Galactic Center Example#

from pylira.data import chandra_gc
from pylira.utils.plot import plot_example_dataset

data = chandra_gc(obs_id=4683)
plot_example_dataset(data)

(Source code, png, hires.png, pdf)

../../_images/data-4.png