Links

utils

Contents

get_neuron_actors_with_morphapi [#11]

Check the source code online
def get_neuron_actors_with_morphapi(swcfile=None, neuron=None,
neurite_radius=None, use_cache=True, soma_radius=None):
  docstring:
no docstring

edit_neurons [#50]

Check the source code online
def edit_neurons(neurons, **kwargs):
  docstring:
Modify neurons actors after they have been created, at render time.
neurons should be a list of dictionaries with soma, dendrite and axon
actors of each neuron.
:param neurons: list of dictionaries with vtk actors for each neuron
:param **kwargs:
Last modified 2yr ago