OrderSearch#
- class OrderSearch(min_order: int = 0, max_order: int | None = None)[source]#
Filter the catalog by HEALPix order.
Filters partitions in the catalog to those that are in the orders specified. Does not filter points inside those partitions.
Methods
filter_hc_catalog(hc_structure)Determine the target partitions for further filtering.
perform_hc_catalog_filter(hc_structure)Filters catalog pixels according to the provided orders
plot([projection, title, fov, center, wcs, ...])Plot the search region
search_points(frame, _)Determine the search results within a data frame
Methods
__init__([min_order, max_order])filter_hc_catalog(hc_structure)Determine the target partitions for further filtering.
perform_hc_catalog_filter(hc_structure)Filters catalog pixels according to the provided orders
plot([projection, title, fov, center, wcs, ...])Plot the search region
search_points(frame, _)Determine the search results within a data frame