.gitattributes
.gitignore
.pre-commit-config.yaml
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
README.md
pixi.lock
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/TEST_FAIL_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/task.md
.github/workflows/test_and_deploy.yml
.napari-hub/DESCRIPTION.md
.napari-hub/config.yml
resources/nDev-logo-large.png
resources/nDev-logo-small.png
resources/nDev-logo.svg
src/napari_ndev/__init__.py
src/napari_ndev/__main__.py
src/napari_ndev/_plate_mapper.py
src/napari_ndev/_version.py
src/napari_ndev/image_overview.py
src/napari_ndev/measure.py
src/napari_ndev/morphology.py
src/napari_ndev/napari.yaml
src/napari_ndev.egg-info/PKG-INFO
src/napari_ndev.egg-info/SOURCES.txt
src/napari_ndev.egg-info/dependency_links.txt
src/napari_ndev.egg-info/entry_points.txt
src/napari_ndev.egg-info/requires.txt
src/napari_ndev.egg-info/top_level.txt
src/napari_ndev/resources/nDev-logo-small.png
src/napari_ndev/widgets/__init__.py
src/napari_ndev/widgets/_apoc_container.py
src/napari_ndev/widgets/_apoc_feature_stack.py
src/napari_ndev/widgets/_measure_container.py
src/napari_ndev/widgets/_ndev_container.py
tests/__init__.py
tests/conftest.py
tests/test_image_overview.py
tests/test_import.py
tests/test_main.py
tests/test_measure.py
tests/test_morphology.py
tests/test_plate_mapper.py
tests/resources/0T-4C-0Z-7pos.czi
tests/resources/RGB.tiff
tests/resources/cells3d2ch.tiff
tests/resources/measure_props_Labels.csv
tests/resources/nDev-logo-small.png
tests/resources/Apoc/Annotations/SPF-4MM-22 slide 9-S6_Top Slide_TR2_p00_0_A01f00d0.tiff
tests/resources/Apoc/Classifiers/newlabels_pixel_classifier.cl
tests/resources/Apoc/Classifiers/newlabels_pixel_classifier.log.txt
tests/resources/Apoc/Classifiers/test_classifier.cl
tests/resources/Apoc/Classifiers/test_classifier.log.txt
tests/resources/Apoc/Images/SPF-4MM-22 slide 9-S6_Top Slide_TR2_p00_0_A01f00d0.tiff
tests/resources/Apoc/Images/SPF-4MM-22 slide 9-S9_Top Slide_TR5_p00_0_A01f00d0.tiff
tests/resources/Apoc/OutputLabels/SPF-4MM-22 slide 9-S6_Top Slide_TR2_p00_0_A01f00d0.tiff
tests/resources/Apoc/OutputLabels/SPF-4MM-22 slide 9-S9_Top Slide_TR5_p00_0_A01f00d0.tiff
tests/resources/Apoc/OutputLabels/log.txt
tests/resources/Measure/Labels/2024-08-07 25x 24HIC NCOA4 647 FT 568 PHALL 488 DAPI OBL_2_1_P4-A9.ome.tiff
tests/resources/Measure/Labels/2024-08-07 25x 24HIC NCOA4 647 FT 568 PHALL 488 DAPI OBL_56_55_P8-D9.ome.tiff
tests/resources/Measure/Labels/2024-08-07 25x 48HIC NCOA4 647 FT 568 PHALL 488 DAPI OBL_36_35_P6-C9.ome.tiff
tests/resources/Measure/Labels/2024-08-07 25x 72HIC NCOA4 647 FT 568 PHALL 488 DAPI OBL_22_21_P7-B9.ome.tiff
tests/resources/Workflow/Images/cells3d2ch.tiff
tests/resources/Workflow/Labels/cells3d2ch.tiff
tests/resources/Workflow/ShapesAsLabels/cells3d2ch.tiff
tests/resources/outputs/Images/RGB.tiff
tests/resources/outputs/Labels/RGB.tiff
tests/resources/test_czis/0T-4C-0Z-2pos.czi
tests/resources/test_czis/0T-4C-0Z-7pos.czi
tests/resources/test_czis/0T-4C-0Z-snap.czi
tests/resources/test_czis/0T-4C-0Z.czi
tests/resources/test_czis/0T-4C-5Z.czi
tests/resources/test_czis/10T-4C-0Z.czi
tests/resources/test_czis/3T-4C-3Z-2pos.czi
tests/resources/test_czis/3T-4C-3Z.czi
tests/widgets/__init__.py
tests/widgets/test_apoc_container.py
tests/widgets/test_apoc_feature_stack.py
tests/widgets/test_measure_container.py
tests/widgets/test_ndev_container.py