pixel_search#
- Catalog.pixel_search(pixels: tuple[int, int] | HealpixPixel | list[tuple[int, int] | HealpixPixel], fine: bool = False) Self#
Finds all catalog pixels that overlap with the requested pixel set.
- Parameters:
- pixelslist[tuple[int, int]]
The list of HEALPix tuples (order, pixel) that define the region for the search.
- finebool, default False
True if points are to be filtered, False if only partitions. Defaults to False.
- Returns:
- Self
A new Catalog containing only the pixels that overlap with the requested pixel set.