.gitignore
.pre-commit-config.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
.napari/config.yml
brainglobe_segmentation/__init__.py
brainglobe_segmentation/napari.yaml
brainglobe_segmentation/paths.py
brainglobe_segmentation/segment.py
brainglobe_segmentation.egg-info/PKG-INFO
brainglobe_segmentation.egg-info/SOURCES.txt
brainglobe_segmentation.egg-info/dependency_links.txt
brainglobe_segmentation.egg-info/entry_points.txt
brainglobe_segmentation.egg-info/requires.txt
brainglobe_segmentation.egg-info/top_level.txt
brainglobe_segmentation/atlas/__init__.py
brainglobe_segmentation/atlas/utils.py
brainglobe_segmentation/image/__init__.py
brainglobe_segmentation/image/utils.py
brainglobe_segmentation/layout/__init__.py
brainglobe_segmentation/layout/gui_constants.py
brainglobe_segmentation/regions/IO.py
brainglobe_segmentation/regions/__init__.py
brainglobe_segmentation/regions/analysis.py
brainglobe_segmentation/regions/layers.py
brainglobe_segmentation/segmentation_panels/__init__.py
brainglobe_segmentation/segmentation_panels/regions.py
brainglobe_segmentation/segmentation_panels/tracks.py
brainglobe_segmentation/tracks/IO.py
brainglobe_segmentation/tracks/__init__.py
brainglobe_segmentation/tracks/analysis.py
brainglobe_segmentation/tracks/fit.py
brainglobe_segmentation/tracks/layers.py
tests/__init__.py
tests/conftest.py
tests/data/brainreg_output/boundaries.tiff
tests/data/brainreg_output/brainreg.json
tests/data/brainreg_output/downsampled.tiff
tests/data/brainreg_output/downsampled_standard.tiff
tests/data/brainreg_output/registered_atlas.tiff
tests/data/brainreg_output/registered_hemispheres.tiff
tests/data/brainreg_output/segmentation/atlas_space/regions/summary.csv
tests/data/brainreg_output/segmentation/atlas_space/regions/test_region.csv
tests/data/brainreg_output/segmentation/atlas_space/regions/test_region.obj
tests/data/brainreg_output/segmentation/atlas_space/regions/test_region.tiff
tests/data/brainreg_output/segmentation/atlas_space/tracks/test_track.csv
tests/data/brainreg_output/segmentation/atlas_space/tracks/test_track.npy
tests/data/brainreg_output/segmentation/atlas_space/tracks/test_track.points
tests/data/brainreg_output/segmentation/sample_space/regions/region_0.tiff
tests/data/brainreg_output/segmentation/sample_space/regions/region_1.tiff
tests/data/brainreg_output/segmentation/sample_space/tracks/track_0.csv
tests/data/brainreg_output/segmentation/sample_space/tracks/track_0.points
tests/data/brainreg_output/segmentation/sample_space/tracks/track_1.csv
tests/data/brainreg_output/segmentation/sample_space/tracks/track_1.points
tests/data/regions/region.obj
tests/data/regions/region.tiff
tests/data/tracks/track.csv
tests/data/tracks/track.npy
tests/data/tracks/track.points
tests/tests/__init__.py
tests/tests/test_integration/__init__.py
tests/tests/test_integration/test_gui/__init__.py
tests/tests/test_integration/test_gui/test_gui.py
tests/tests/test_integration/test_gui/test_region_ui_functionality.py
tests/tests/test_integration/test_gui/test_track_ui_functionality.py
tests/tests/test_integration/test_tracks/__init__.py
tests/tests/test_integration/test_tracks/test_track_analysis.py
tests/tests/test_unit/__init__.py
tests/tests/test_unit/test_atlas/__init__.py
tests/tests/test_unit/test_atlas/test_atlas_utils.py
tests/tests/test_unit/test_image/__init__.py
tests/tests/test_unit/test_image/test_image_utils.py
tests/tests/test_unit/test_regions/__init__.py
tests/tests/test_unit/test_regions/test_region_IO.py
tests/tests/test_unit/test_regions/test_region_analysis.py
tests/tests/test_unit/test_segmentation_panels/__init__.py
tests/tests/test_unit/test_segmentation_panels/test_regions.py
tests/tests/test_unit/test_tracks/__init__.py
tests/tests/test_unit/test_tracks/test_track_IO.py
tests/tests/test_unit/test_tracks/test_track_analysis_tools.py