Skip to content

k-wavy/volumina

 
 

Repository files navigation

Volumina - Volume Slicing and Editing Library

build deployment black ilastik-forge-version

Installation

conda install -c ilastik-forge -c conda-forge volumina

Using Volumina as an Image Viewer

Currently, only format supported is .npy.

Open an .npy image and display it:

# Usage: volumina image axisorder
volumina <myimage.npy> --axistags yx

axisorder should correspond to the data. Only t (time), c (channel), and the spacial axes x, y, z are valid.

Volumina Development

Create a development environment with ilastik

To set up a development environment with ilastik, we currently recommend to follow Contributing Guidelines of our main repository ilastik: CONTRIBUTING

Create a development environment for volumina-only development

# do this once
conda env create -n vdev --file environment-dev.yaml
conda activate vdev
pip install -e .

Tests can be run with pytest -v.

About

Volume Slicing and Editing

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%