LICENSE
README.md
pyproject.toml
hs2p/__init__.py
hs2p/__main__.py
hs2p/api.py
hs2p/artifacts.py
hs2p/fileops.py
hs2p/preprocessing.py
hs2p/progress.py
hs2p/segmentation.py
hs2p/tile_qc.py
hs2p.egg-info/PKG-INFO
hs2p.egg-info/SOURCES.txt
hs2p.egg-info/dependency_links.txt
hs2p.egg-info/entry_points.txt
hs2p.egg-info/not-zip-safe
hs2p.egg-info/requires.txt
hs2p.egg-info/top_level.txt
hs2p/configs/__init__.py
hs2p/configs/default.yaml
hs2p/configs/loader.py
hs2p/configs/models.py
hs2p/configs/resolvers.py
hs2p/tiling/__init__.py
hs2p/tiling/contours.py
hs2p/tiling/coverage.py
hs2p/tiling/generate.py
hs2p/tiling/io.py
hs2p/tiling/mask.py
hs2p/tiling/orchestration.py
hs2p/tiling/result.py
hs2p/tiling/single.py
hs2p/tiling/tar.py
hs2p/utils/__init__.py
hs2p/utils/logging.py
hs2p/utils/misc.py
hs2p/utils/setup.py
hs2p/utils/stderr.py
hs2p/wsi/__init__.py
hs2p/wsi/backend.py
hs2p/wsi/geometry.py
hs2p/wsi/masks.py
hs2p/wsi/preview.py
hs2p/wsi/reader.py
hs2p/wsi/types.py
hs2p/wsi/visualization.py
hs2p/wsi/wsi.py
hs2p/wsi/backends/__init__.py
hs2p/wsi/backends/asap.py
hs2p/wsi/backends/common.py
hs2p/wsi/backends/cucim.py
hs2p/wsi/backends/openslide.py
hs2p/wsi/backends/vips.py
hs2p/wsi/streaming/__init__.py
hs2p/wsi/streaming/batched.py
hs2p/wsi/streaming/plans.py
hs2p/wsi/streaming/regions.py
hs2p/wsi/streaming/stream.py
tests/test_backend_selection.py
tests/test_benchmark_throughput.py
tests/test_benchmark_tile_store.py
tests/test_benchmarking.py
tests/test_cli_smoke.py
tests/test_config_loading.py
tests/test_fixture_artifacts_regression.py
tests/test_generate_tissue_mask_coarse_roi_alignment.py
tests/test_generate_tissue_mask_spacing.py
tests/test_level_selection.py
tests/test_overlay_semantics.py
tests/test_preprocessing_core.py
tests/test_preprocessing_mask_resolution.py
tests/test_progress.py
tests/test_read_level_no_padding.py
tests/test_read_plans.py
tests/test_region_tiles.py
tests/test_sampling_color_mapping_validation.py
tests/test_segmentation_module.py
tests/test_standalone_mask_pyramid.py
tests/test_stderr_utils.py
tests/test_tile_extraction.py
tests/test_tile_qc.py
tests/test_tile_stream.py
tests/test_tiling_api.py
tests/test_unified_independent_sampling.py
tests/test_unified_joint_sampling.py
tests/test_unified_process_list_schema.py
tests/test_wsi_geometry.py
tests/test_wsi_helper_modules.py
tests/test_wsi_reader_protocol.py