imglyb-bdv extends imglyb with convenience
methods and structures from BigDataViewer
If you are interested in using imglyb-bdv, have a look at the examples folder
and extend the examples as needed!
imglyb-bdv has been tested on Linux, macOS, and Windows.
The following tools are required:
- Python 3
- Java 8 or 11 JDK (JRE is not enough)
- Apache Maven
If you use conda, these will be installed for you.
conda install -c conda-forge imglyb-bdvFirst, install the prerequisites above. Then run:
pip install imglyb-bdvIt is recommended to do this from inside a virtualenv or conda environment, rather than system-wide.
First, install the prerequisites above. Then run:
git clone git://github.com/imglib/imglyb-bdv
cd imglyb-bdv
pip install -e .It is recommended to do this from inside a virtualenv or conda environment, rather than system-wide.
It is suggested to follow and extend the examples in the examples folder
according to your needs. Note that the examples have additional dependencies
(hdf5 and/or dask).
Or, for a higher-level way to use imglyb, check out
pyimagej.