.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
src/.pylintrc
src/lsdb_crossmatch/__init__.py
src/lsdb_crossmatch/_version.py
src/lsdb_crossmatch/mag_difference_crossmatch.py
src/lsdb_crossmatch.egg-info/PKG-INFO
src/lsdb_crossmatch.egg-info/SOURCES.txt
src/lsdb_crossmatch.egg-info/dependency_links.txt
src/lsdb_crossmatch.egg-info/requires.txt
src/lsdb_crossmatch.egg-info/top_level.txt
src/lsdb_crossmatch/nway/__init__.py
src/lsdb_crossmatch/nway/nway_crossmatch.py
tests/.pylintrc
tests/conftest.py
tests/data/generate_data.ipynb
tests/data/expected_results/xmatch_mags_rband.csv
tests/data/m67/delve_cone/hats.properties
tests/data/m67/delve_cone/partition_info.csv
tests/data/m67/delve_cone/point_map.fits
tests/data/m67/delve_cone/properties
tests/data/m67/delve_cone/skymap.fits
tests/data/m67/delve_cone/dataset/_common_metadata
tests/data/m67/delve_cone/dataset/_metadata
tests/data/m67/delve_cone/dataset/data_thumbnail.parquet
tests/data/m67/delve_cone/dataset/Norder=4/Dir=0/Npix=1221.parquet
tests/data/m67/delve_cone/dataset/Norder=4/Dir=0/Npix=1232.parquet
tests/data/m67/delve_cone_small/hats.properties
tests/data/m67/delve_cone_small/partition_info.csv
tests/data/m67/delve_cone_small/point_map.fits
tests/data/m67/delve_cone_small/properties
tests/data/m67/delve_cone_small/skymap.fits
tests/data/m67/delve_cone_small/dataset/_common_metadata
tests/data/m67/delve_cone_small/dataset/_metadata
tests/data/m67/delve_cone_small/dataset/data_thumbnail.parquet
tests/data/m67/delve_cone_small/dataset/Norder=4/Dir=0/Npix=1232.parquet
tests/data/m67/ps1_cone/hats.properties
tests/data/m67/ps1_cone/partition_info.csv
tests/data/m67/ps1_cone/point_map.fits
tests/data/m67/ps1_cone/properties
tests/data/m67/ps1_cone/skymap.fits
tests/data/m67/ps1_cone/dataset/_common_metadata
tests/data/m67/ps1_cone/dataset/_metadata
tests/data/m67/ps1_cone/dataset/data_thumbnail.parquet
tests/data/m67/ps1_cone/dataset/Norder=5/Dir=0/Npix=4887.parquet
tests/data/m67/ps1_cone/dataset/Norder=5/Dir=0/Npix=4930.parquet
tests/data/m67/ps1_cone_small/hats.properties
tests/data/m67/ps1_cone_small/partition_info.csv
tests/data/m67/ps1_cone_small/point_map.fits
tests/data/m67/ps1_cone_small/properties
tests/data/m67/ps1_cone_small/skymap.fits
tests/data/m67/ps1_cone_small/dataset/_common_metadata
tests/data/m67/ps1_cone_small/dataset/_metadata
tests/data/m67/ps1_cone_small/dataset/data_thumbnail.parquet
tests/data/m67/ps1_cone_small/dataset/Norder=5/Dir=0/Npix=4930.parquet
tests/lsdb_crossmatch/test_kdtree_crossmatch.py
tests/lsdb_crossmatch/test_mag_difference_crossmatch.py
tests/lsdb_crossmatch/test_packaging.py
tests/lsdb_crossmatch/nway/test_nway_crossmatch.py