.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
README_RSP.md
pyproject.toml
.github/copilot-instructions.md
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/ISSUE_TEMPLATE/README.md
.github/workflows/README.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.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/testing-and-coverage.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
benchmarks/data_request_benchmarks.py
benchmarks/vector_db_benchmarks.py
docs/Makefile
docs/about.rst
docs/architecture_overview.rst
docs/conf.py
docs/configuration.rst
docs/data_set_splits.rst
docs/dev_guide.rst
docs/external_libraries.rst
docs/index.rst
docs/model_comparison.rst
docs/notebooks.rst
docs/requirements.txt
docs/verbs.rst
docs/_static/hyrax_design.png
docs/_static/hyrax_header.png
docs/_static/umap_visualization.JPG
docs/notebooks/README.md
docs/pre_executed/README.md
docs/pre_executed/custom_dataset.ipynb
docs/pre_executed/export_model.ipynb
docs/pre_executed/hsc_train_to_similarity_search.ipynb
docs/pre_executed/hyrax_hats_cutouts.ipynb
docs/pre_executed/hyraxql_demo.ipynb
docs/pre_executed/hyraxql_iterable_demo.ipynb
docs/pre_executed/mlflow_screenshot.JPG
docs/pre_executed/model_input_1.ipynb
docs/pre_executed/model_input_2.ipynb
docs/pre_executed/model_input_3.ipynb
docs/pre_executed/mpr_demo.ipynb
docs/pre_executed/mpr_demo_plotting.py
docs/pre_executed/tensorboard_screenshot.JPG
docs/pre_executed/train_model.ipynb
docs/pre_executed/umap_visualization.JPG
docs/pre_executed/vector_db_demo.ipynb
docs/pre_executed/visualize.ipynb
example_notebooks/GettingStartedDownloader.ipynb
src/hyrax/__init__.py
src/hyrax/_version.py
src/hyrax/config_utils.py
src/hyrax/download.py
src/hyrax/download_stats.py
src/hyrax/gpu_monitor.py
src/hyrax/hyrax.py
src/hyrax/hyrax_default_config.toml
src/hyrax/model_exporters.py
src/hyrax/plugin_utils.py
src/hyrax/prepare.py
src/hyrax/pytorch_ignite.py
src/hyrax/rebuild_manifest.py
src/hyrax.egg-info/PKG-INFO
src/hyrax.egg-info/SOURCES.txt
src/hyrax.egg-info/dependency_links.txt
src/hyrax.egg-info/entry_points.txt
src/hyrax.egg-info/requires.txt
src/hyrax.egg-info/top_level.txt
src/hyrax/3d_viz/.gitattributes
src/hyrax/3d_viz/fits.js
src/hyrax/3d_viz/image-viewer.js
src/hyrax/3d_viz/index.html
src/hyrax/3d_viz/plotly_3d.py
src/hyrax/3d_viz/readme.md
src/hyrax/3d_viz/save_umap_to_json.py
src/hyrax/3d_viz/script.js
src/hyrax/3d_viz/start_3d_viz_server.py
src/hyrax/3d_viz/styles.css
src/hyrax/data_sets/__init__.py
src/hyrax/data_sets/data_provider.py
src/hyrax/data_sets/data_set_registry.py
src/hyrax/data_sets/downloaded_lsst_dataset.py
src/hyrax/data_sets/fits_image_dataset.py
src/hyrax/data_sets/hsc_data_set.py
src/hyrax/data_sets/hyrax_cifar_data_set.py
src/hyrax/data_sets/inference_dataset.py
src/hyrax/data_sets/lsst_dataset.py
src/hyrax/data_sets/random/__init__.py
src/hyrax/data_sets/random/hyrax_random_dataset.py
src/hyrax/downloadCutout/LINCC_README.md
src/hyrax/downloadCutout/README.md
src/hyrax/downloadCutout/__init__.py
src/hyrax/downloadCutout/downloadCutout.py
src/hyrax/models/__init__.py
src/hyrax/models/hsc_autoencoder.py
src/hyrax/models/hsc_dcae.py
src/hyrax/models/hyrax_autoencoder.py
src/hyrax/models/hyrax_autoencoderv2.py
src/hyrax/models/hyrax_cnn.py
src/hyrax/models/hyrax_loopback.py
src/hyrax/models/image_dcae.py
src/hyrax/models/model_registry.py
src/hyrax/vector_dbs/__init__.py
src/hyrax/vector_dbs/chromadb_impl.py
src/hyrax/vector_dbs/qdrantdb_impl.py
src/hyrax/vector_dbs/vector_db_factory.py
src/hyrax/vector_dbs/vector_db_interface.py
src/hyrax/verbs/__init__.py
src/hyrax/verbs/database_connection.py
src/hyrax/verbs/infer.py
src/hyrax/verbs/lookup.py
src/hyrax/verbs/model.py
src/hyrax/verbs/save_to_database.py
src/hyrax/verbs/search.py
src/hyrax/verbs/train.py
src/hyrax/verbs/umap.py
src/hyrax/verbs/verb_registry.py
src/hyrax/verbs/visualize.py
src/hyrax_cli/main.py
tests/hyrax/conftest.py
tests/hyrax/test_chromadb_impl.py
tests/hyrax/test_config_utils.py
tests/hyrax/test_data_provider.py
tests/hyrax/test_e2e.py
tests/hyrax/test_fits_image_dataset.py
tests/hyrax/test_hsc_dataset.py
tests/hyrax/test_infer.py
tests/hyrax/test_inference_dataset.py
tests/hyrax/test_nan.py
tests/hyrax/test_plugin_utils.py
tests/hyrax/test_qdrant_impl.py
tests/hyrax/test_save_to_database.py
tests/hyrax/test_splits.py
tests/hyrax/test_train.py
tests/hyrax/test_umap.py
tests/hyrax/test_data/test_default_config.toml
tests/hyrax/test_data/test_user_config.toml
tests/hyrax/test_data/test_user_config_repeated_keys.toml
tests/hyrax/test_data/small_dataset_hscstars/star_cat_correct.astropy.csv
tests/hyrax/test_data/small_dataset_hscstars/star_cat_correct.csv
tests/hyrax/test_data/small_dataset_hscstars/star_cat_correct.fits
tests/hyrax/test_data/small_dataset_hscstars/star_cat_correct.pq
tests/hyrax/test_data/small_dataset_hscstars/star_cat_correct.votable
tests/hyrax/test_data/small_dataset_hscstars/images/10-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/11-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/2-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/3-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/4-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/5-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/6-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/7-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/8-cutout-HSC-I-8279-pdr2_wide.fits
tests/hyrax/test_data/small_dataset_hscstars/images/9-cutout-HSC-I-8279-pdr2_wide.fits