Installation
- (Optional) Create a new environment
conda create -n linc-convert python=3.11
- (Optional) Activate the environment
conda activate linc-convert
- Install the
linc-convert
package in your environmentIf you don't want to install all dependencies, you can install the dependencies for your specific use case. Replacepip install "linc-convert[all] @ git+https://github.com/lincbrain/linc-convert.git@main"
all
in the above command with:df
for dark-field microscopylsm
for light-sheet microscopypsoct
for polarization-sensitive optical coherence tomographywk
for Webknossos annotationsts
for the TensorStore backend
- Run the command-line interface to ensure that installation was successful
linc-convert --help