pixel_search#
- Catalog.pixel_search(pixels: tuple[int, int] | HealpixPixel | list[tuple[int, int] | HealpixPixel]) 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.
- Returns:
- Self
A new Catalog containing only the pixels that overlap with the requested pixel set.