.gitignore
.readthedocs.yaml
AGENTS.md
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/build-antspyx-cp314-wheels.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/source/changelog.md
docs/source/cli.rst
docs/source/conf.py
docs/source/contributing.md
docs/source/getting_started.rst
docs/source/index.rst
docs/source/package_structure.rst
docs/source/usage.md
docs/source/notebooks/index.rst
docs/source/notebooks/save_masks.ipynb
docs/source/notebooks/segment_vessels.ipynb
docs/source/notebooks/templating.ipynb
docs/source/notebooks/vessel_density.ipynb
docs/source/notebooks/vseg_full.ipynb
docs/source/notebooks/zarr_conversion.ipynb
docs/source/notebooks/data/vseg/.gitignore
docs/source/notebooks/data/vseg/S23_555nm_slices/1000.png
docs/source/notebooks/data/vseg/S23_555nm_slices/500.png
docs/source/notebooks/data/vseg/S23_555nm_slices/750.png
docs/source/notebooks/data/vseg/S24_555nm_slices/1000.png
docs/source/notebooks/data/vseg/S24_555nm_slices/500.png
docs/source/notebooks/data/vseg/s23/1000.png
docs/source/notebooks/data/vseg/s23/1000_mask.png
docs/source/notebooks/data/vseg/s23/1110.png
docs/source/notebooks/data/vseg/s23/1110_mask.png
docs/source/notebooks/data/vseg/s23/1200.png
docs/source/notebooks/data/vseg/s23/1200_mask.png
docs/source/notebooks/data/vseg/s23/1350.png
docs/source/notebooks/data/vseg/s23/1350_mask.png
docs/source/notebooks/data/vseg/s23/1500.png
docs/source/notebooks/data/vseg/s23/1500_mask.png
docs/source/notebooks/data/vseg/s23/575.png
docs/source/notebooks/data/vseg/s23/575_mask.png
docs/source/notebooks/data/vseg/s23/700.png
docs/source/notebooks/data/vseg/s23/700_mask.png
docs/source/notebooks/data/vseg/s23/750.png
docs/source/notebooks/data/vseg/s23/750_mask.png
docs/source/notebooks/data/vseg/s23/800.png
docs/source/notebooks/data/vseg/s23/800_mask.png
docs/source/notebooks/data/vseg/s24/1200.png
docs/source/notebooks/data/vseg/s24/1200_mask.png
docs/source/notebooks/data/vseg/s24/500.png
docs/source/notebooks/data/vseg/s24/500_mask.png
liom_toolkit/__init__.py
liom_toolkit/_logging.py
liom_toolkit/_version.py
liom_toolkit/py.typed
liom_toolkit.egg-info/PKG-INFO
liom_toolkit.egg-info/SOURCES.txt
liom_toolkit.egg-info/dependency_links.txt
liom_toolkit.egg-info/entry_points.txt
liom_toolkit.egg-info/requires.txt
liom_toolkit.egg-info/scm_file_list.json
liom_toolkit.egg-info/scm_version.json
liom_toolkit.egg-info/top_level.txt
liom_toolkit/conversion/__init__.py
liom_toolkit/conversion/conversion.py
liom_toolkit/registration/__init__.py
liom_toolkit/registration/register.py
liom_toolkit/registration/templating.py
liom_toolkit/scripts/__init__.py
liom_toolkit/scripts/_common.py
liom_toolkit/scripts/liom_align_annotations.py
liom_toolkit/scripts/liom_build_template.py
liom_toolkit/scripts/liom_compute_slice_metrics.py
liom_toolkit/scripts/liom_convert_hdf5_to_zarr.py
liom_toolkit/scripts/liom_create_mask.py
liom_toolkit/scripts/liom_segment_2d.py
liom_toolkit/scripts/liom_train_model.py
liom_toolkit/segmentation/__init__.py
liom_toolkit/segmentation/plane_segmentation.py
liom_toolkit/segmentation/stats.py
liom_toolkit/segmentation/volume_segmentation.py
liom_toolkit/segmentation/vseg/__init__.py
liom_toolkit/segmentation/vseg/cldice.py
liom_toolkit/segmentation/vseg/dataset.py
liom_toolkit/segmentation/vseg/loss.py
liom_toolkit/segmentation/vseg/model.py
liom_toolkit/segmentation/vseg/prediction.py
liom_toolkit/segmentation/vseg/training.py
liom_toolkit/segmentation/vseg/utils.py
liom_toolkit/segmentation/vseg/validation.py
liom_toolkit/utils/__init__.py
liom_toolkit/utils/allen_sdk.py
liom_toolkit/utils/ants.py
liom_toolkit/utils/checkpoint.py
liom_toolkit/utils/dask_client.py
liom_toolkit/utils/io.py
liom_toolkit/utils/utils.py
liom_toolkit/utils/zarr_writer.py
liom_toolkit/visualization/__init__.py
liom_toolkit/visualization/slice_extraction.py
tests/__init__.py
tests/conftest.py
tests/test_api_surface.py
tests/test_canary.py
tests/test_imports.py
tests/test_package_metadata.py
tests/test_pytest_config.py
tests/test_release_config.py
tests/test_conversion/__init__.py
tests/test_conversion/test_conversion.py
tests/test_conversion/test_use_custom_atlas.py
tests/test_docs/__init__.py
tests/test_docs/test_docs_structure.py
tests/test_registration/__init__.py
tests/test_registration/test_register.py
tests/test_registration/test_templating.py
tests/test_scripts/__init__.py
tests/test_scripts/test_cli_common.py
tests/test_scripts/test_liom_align_annotations.py
tests/test_scripts/test_liom_build_template.py
tests/test_scripts/test_liom_compute_slice_metrics.py
tests/test_scripts/test_liom_convert_hdf5_to_zarr.py
tests/test_scripts/test_liom_create_mask.py
tests/test_scripts/test_liom_segment_2d.py
tests/test_scripts/test_liom_train_model.py
tests/test_segmentation/__init__.py
tests/test_segmentation/test_plane_segmentation.py
tests/test_segmentation/test_stats.py
tests/test_segmentation/test_volume_segmentation.py
tests/test_segmentation/vseg/__init__.py
tests/test_segmentation/vseg/conftest.py
tests/test_segmentation/vseg/test_cldice.py
tests/test_segmentation/vseg/test_dataset.py
tests/test_segmentation/vseg/test_model.py
tests/test_segmentation/vseg/test_prediction.py
tests/test_segmentation/vseg/test_training.py
tests/test_segmentation/vseg/test_utils.py
tests/test_utils/__init__.py
tests/test_utils/test_allen_sdk.py
tests/test_utils/test_checkpoint.py
tests/test_utils/test_dask_client.py
tests/test_utils/test_io.py
tests/test_utils/test_logging.py
tests/test_utils/test_utils.py
tests/test_utils/test_zarr_writer.py
tests/test_utils/fixtures/allen_itksnap_100um/annotation_100.nrrd
tests/test_utils/fixtures/allen_itksnap_100um/annotation_100um.npz
tests/test_utils/fixtures/allen_itksnap_100um/labels.parquet
tests/test_utils/fixtures/allen_itksnap_100um/manifest.json
tests/test_utils/fixtures/allen_itksnap_100um/regenerate.py
tests/test_utils/fixtures/allen_itksnap_100um/structure_tree.json
tests/test_visualization/__init__.py
tests/test_visualization/test_slice_extraction.py