Skip to content

ilastik/volumina

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Volumina - Volume Slicing and Editing Library

build deployment black ilastik-forge-version

Installing

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> 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

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