order_search#
- Catalog.order_search(min_order: int = 0, max_order: int | None = None) Self#
Filter catalog by order of HEALPix.
- Parameters:
- min_orderint, default 0
Minimum HEALPix order to select. Defaults to 0.
- max_orderint or None, default None
Maximum HEALPix order to select. Defaults to maximum catalog order.
- Returns:
- Self
A new Catalog containing only the pixels of orders specified (inclusive).