.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.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/add-issue-to-project-tracker.yml
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/smoke_test_conda.yml
.github/workflows/testing-and-coverage.yml
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/plot_light_curves.ipynb
docs/pre_executed/README.md
docs/pre_executed/tract_patch_search.ipynb
docs/reference/index.rst
docs/reference/plot_light_curve.rst
docs/reference/tract_patch_search.rst
src/lsdb_rubin/__init__.py
src/lsdb_rubin/_version.py
src/lsdb_rubin/plot_light_curve.py
src/lsdb_rubin/tract_patch_search.py
src/lsdb_rubin.egg-info/PKG-INFO
src/lsdb_rubin.egg-info/SOURCES.txt
src/lsdb_rubin.egg-info/dependency_links.txt
src/lsdb_rubin.egg-info/requires.txt
src/lsdb_rubin.egg-info/top_level.txt
src/lsdb_rubin/rsp_tests/README.md
src/lsdb_rubin/rsp_tests/__init__.py
src/lsdb_rubin/rsp_tests/critical_functions.py
src/lsdb_rubin/rsp_tests/random_access.py
tests/data/mock_dp1_1000/hats.properties
tests/data/mock_dp1_1000/partition_info.csv
tests/data/mock_dp1_1000/point_map.fits
tests/data/mock_dp1_1000/properties
tests/data/mock_dp1_1000/skymap.fits
tests/data/mock_dp1_1000/dataset/_common_metadata
tests/data/mock_dp1_1000/dataset/_metadata
tests/data/mock_dp1_1000/dataset/data_thumbnail.parquet
tests/data/mock_dp1_1000/dataset/Norder=0/Dir=0/Npix=0.parquet
tests/data/skymaps/skyMap_lsst_cells_v1_skymaps.pickle
tests/data/small_sky/partition_info.csv
tests/data/small_sky/point_map.fits
tests/data/small_sky/properties
tests/data/small_sky/dataset/_common_metadata
tests/data/small_sky/dataset/_metadata
tests/data/small_sky/dataset/Norder=0/Dir=0/Npix=11.parquet
tests/lsdb_rubin/conftest.py
tests/lsdb_rubin/test_packaging.py
tests/lsdb_rubin/test_plot_light_curve.py
tests/lsdb_rubin/test_tract_patch_search.py