hats.inspection#
Submodules#
Functions#
|
Create a visual map of the density of input points of a catalog on-disk. |
|
Create a visual map of the pixel density of a list of pixels. |
|
Create a visual map of the pixel density of the catalog. |
Package Contents#
- plot_density(catalog: hats.catalog.Catalog, *, plot_title: str | None = None, order=None, unit=None, **kwargs)[source]#
Create a visual map of the density of input points of a catalog on-disk. :param catalog: :type catalog: hats.catalog.Catalog :param plot_title: Optional title for the plot :type plot_title: str :param order: Optionally reduce the display healpix order, and aggregate smaller tiles. :type order: int :param kwargs: Additional args to pass to plot_healpix_map
- plot_pixel_list(pixels: list[hats.pixel_math.HealpixPixel], plot_title: str = '', projection='MOL', color_by_order=True, **kwargs)[source]#
Create a visual map of the pixel density of a list of pixels.
- Parameters:
pixels – healpix pixels (order and pixel number) to visualize
plot_title (str) – heading for the plot
projection (str) – The projection to use. Available projections listed at https://docs.astropy.org/en/stable/wcs/supported_projections.html
color_by_order (bool) – Whether to color the pixels by their order. True by default.
kwargs – Additional args to pass to plot_healpix_map
- plot_pixels(catalog: hats.catalog.healpix_dataset.healpix_dataset.HealpixDataset, plot_title: str | None = None, **kwargs)[source]#
Create a visual map of the pixel density of the catalog.
- Parameters:
catalog (hats.catalog.Catalog)
plot_title (str) – Optional title for the plot
kwargs – Additional args to pass to plot_healpix_map