The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

mKw RopSeg

mkw-ropcop

Napari plugin for ROP data copying and segmentation assistance.

    Napari plugin for ROP data copying and segmentation assistance.

    Provides tools for:

    • Copying scan data based on a study parquet file.
    • Loading local scan data into Napari.
    • Basic segmentation tools (add layer, brush size, paint/erase).
    • ROI-based Otsu thresholding.
    • Full-view edge detection labeling.

    Installation

    For development, install in editable mode:

    cd Mani_Tools_plugins/mKw-RopCop
    pip install -e .

    Or install using the provided script:

    python Mani_Tools_plugins/mKw-RopCop/install_dev.py

    Usage

    Launch Napari. The "mKw RopCop" widget should appear in the Plugins menu.

    Alternatively, launch with the helper script:

    python Mani_Tools_plugins/mKw-RopCop/launch_ropcop.py

    Version:

    • 0.1.0

    Last updated:

    • 03 April 2025

    First released:

    • 03 April 2025

    License:

    Supported data:

    • Information not submitted

    Plugin type:

    GitHub activity:

    • Stars: 0
    • Forks: 0
    • Issues + PRs: 0

    Python versions supported:

    Operating system:

    Requirements:

    • napari[all]>=0.4.18
    • qtpy
    • numpy
    • scikit-image
    • polars