Skip to content

Commit

Permalink
kdtree
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jun 14, 2024
1 parent 04c2c81 commit a9aa44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ LSDB's cross-matching algorithm performance versus other tools
We compare the performance of LSDB's default cross-matching algorithm with
`astropy`'s `match_coordinates_sky <https://docs.astropy.org/en/stable/api/astropy.coordinates.match_coordinates_sky.html>`_
and `smatch <https://github.com/esheldon/smatch>`_ package.
All three approaches use scipy's k-D tree implementation to find the nearest neighbor on a 3-D unit sphere.

We use the same ZTF DR14 and Gaia DR3 catalogs as in the previous test, but we only use coordinate columns for the cross-matching.
With each algorithm, we perform the cross-matching of the catalogs within a 1 arcsecond radius, selecting the closest match.
Expand Down

0 comments on commit a9aa44e

Please sign in to comment.