CNife / nii2precomputed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert NII Data to Neuroglancer Precomputed Format Data

2023-06-13

Setup

conda create -n nii2precomputed python=3.10
conda activate nii2precomputed
conda install zimg scikit-image numpy Pillow rich typer opencv -c fenglab
pip install tensorstore

# optional
conda install jupyter matplotlib black[jupyter] isort

About


Languages

Language:Python 91.5%Language:Jupyter Notebook 4.1%Language:Dockerfile 3.0%Language:PowerShell 1.0%Language:Shell 0.4%