We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacd3cb commit 1fc5a56Copy full SHA for 1fc5a56
src/lsdb_crossmatch/mag_difference_crossmatch.py
@@ -12,7 +12,7 @@
12
from lsdb.catalog import Catalog
13
14
15
-class MyCrossmatchAlgorithm(KdTreeCrossmatch):
+class MagnitudeDifferenceCrossmatch(KdTreeCrossmatch):
16
"""Cross-matching algorithm that extends KdTreeCrossmatch to include
17
magnitude difference calculations and filtering.
18
"""
0 commit comments