lsdb.core.crossmatch.crossmatch_algorithms#

Attributes#

Classes#

BuiltInCrossmatchAlgorithm

Cross-matching algorithms included in lsdb

Functions#

is_builtin_algorithm(→ bool)

Check if a given algorithm is built-in.

Module Contents#

class BuiltInCrossmatchAlgorithm[source]#

Bases: str, enum.Enum

Cross-matching algorithms included in lsdb

KD_TREE = 'kd_tree'[source]#
BOUNDED_KD_TREE = 'bounded_kd_tree'[source]#
is_builtin_algorithm(algorithm_type) bool[source]#

Check if a given algorithm is built-in.

builtin_crossmatch_algorithms[source]#