README

Introduction

SWC to VTK converter for visualizing neurons and neural circuit simulations in ParaView.

Installation

pip install swc2vtk

Quick example

import swc2vtk
vtkgen = swc2vtk.VtkGenerator()
vtkgen.add_swc('simple.swc')
vtkgen.write_vtk('simple.vtk')
_images/simple.0003.png

Reference

Citation