alisterburt / napari-tomoslice

tomogram visualisation and annotation in napari
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

napari-tomoslice

License PyPI Python Version CI codecov

napari-tomoslice is a tool for tomogram visualisation and annotation in napari.

Annotating spheres in napari-tomoslice
annotating spheres in napari-tomoslice

napari-tomoslice is powered by napari and napari-threedee.

Features

napari-tomoslice allows you to quickly annotate

Annotations are saved in the STAR file format and can be easily manipulated in Python using starfile.

Installation

napari-tomoslice is available on PyPI.

pip install napari-tomoslice

We recommend installing into a fresh conda environment.

napari does not work well via X forwarding. If you want to use napari-tomoslice in a HPC environment please run via a virtual desktop solution.

Usage

 Usage: napari-tomoslice [OPTIONS]                                                                                                                                              

╭─ Options ────────────────────────────────────────────────────────────────────────────────╮
│    --tomogram-directory          PATH                    [default: None]                 │
│    --file-pattern                TEXT                    [default: *.mrc]                │
│    --annotation-directory        PATH                    [default: 2024_05_22_21:16:44]  │
│ *  --mode                        [points|paths|spheres]  [required]                      │
│    --help                                                Show this message and exit.     │
╰──────────────────────────────────────────────────────────────────────────────────────────╯

Inspiration

napari-tomoslice is inspired by dtmslice in Dynamo.