Skip to main content
Ctrl+K
LSDB - Home

Using LSDB

  • Home page
  • Getting Started
  • Tutorials
  • API Reference

Project

  • About
  • Contact us
  • Contribution Guide
  • .rst

lsdb.core.search.order_search

Contents

  • Classes
  • Module Contents
    • OrderSearch
      • OrderSearch.min_order
      • OrderSearch.max_order
      • OrderSearch.filter_hc_catalog()
      • OrderSearch.search_points()

lsdb.core.search.order_search#

Classes#

OrderSearch

Filter the catalog by HEALPix order.

Module Contents#

class OrderSearch(min_order: int = 0, max_order: int | None = None)[source]#

Bases: lsdb.core.search.abstract_search.AbstractSearch

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.

min_order = 0[source]#
max_order = None[source]#
filter_hc_catalog(hc_structure: lsdb.types.HCCatalogTypeVar) → lsdb.types.HCCatalogTypeVar[source]#

Determine the target partitions for further filtering.

search_points(frame: nested_pandas.NestedFrame, _) → nested_pandas.NestedFrame[source]#

Determine the search results within a data frame.

previous

lsdb.core.search.moc_search

next

lsdb.core.search.pixel_search

Contents
  • Classes
  • Module Contents
    • OrderSearch
      • OrderSearch.min_order
      • OrderSearch.max_order
      • OrderSearch.filter_hc_catalog()
      • OrderSearch.search_points()

By LINCC Frameworks

© Copyright 2025, LINCC Frameworks.