a tool for using surfaces to explore volumetric data in napari
Project description
surforama
a napari-based tool for using surfaces to explore volumetric data in napari
inspired by membranorama
installation
surforama
requires the napari viewer. If you would like to install napari and surforama together in one line, you can use the following command:
pip install "surforama[napari]"
If you already have napari installed, you can directly install surforama in the same environment:
pip install surforama
usage
launch with demo data
If you'd like to test surforama out, you can launch surforama with demo data:
surforama --demo
launch without data
You can launch surforama using the command line interface. After you have installed surforama, you can launch it with the following command in your terminal:
surforama
After surforama launches, you can load your image and mesh into napari and get surfing!
launch with data
If you have an MRC-formatted tomogram and an obj-formatted mesh, you can launch using the following command:
surforama --image-path /path/to/image.mrc --mesh-path /path/to/mesh.obj
developer installation
If you would like to make changes to the surforama source code, you can install surformama with the developer tools as follows:
cd /path/to/your/surforama/source/code/folder
pip install -e ".[dev]"
We use pre-commit to keep the code tidy. Install the pre-commit hooks to activate the checks:
pre-commit install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file surforama-0.0.5.tar.gz
.
File metadata
- Download URL: surforama-0.0.5.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca62ae85433204e83f59bdc85b006dd8da81b1f72173c115b9580e06937c6cc2 |
|
MD5 | c0c51ac74f65ac15d32cfb34b99e5e79 |
|
BLAKE2b-256 | 35822d85486326af91c35c8368567586a400239af6e7864eef22ddf4ad835f25 |
File details
Details for the file surforama-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: surforama-0.0.5-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8144dac3eda658c246a823276660eeb90d8c5ac2909be7027757bf28f9e3549 |
|
MD5 | 04b9b77c39461df3f1f4efede932ccf2 |
|
BLAKE2b-256 | d92e8ce5995a03bb7cc0b5213e8661ea5e35b8ab282f3f566c3193cd6f5a70eb |