Adds rendered morphological data of neurons reconstructions downloaded
Mouse Light project at Janelia, neuromorpho.org and other sources.
Accepts neurons argument as:
- file(s) with morphological data
- vedo mesh actor(s) of neurons reconstructions
- dictionary or list of dictionary with actors for different neuron
:param self: instance of brainrender Scene to use to render neurons
:param neurons: str, list, dict. File(s) with neurons data or list of
:param display_axon, display_dendrites: if set to False the
corresponding neurite is not rendered
:param color: default None. Can be:
- None: each neuron is colored according to the default color
- color: rbg, hex etc. If a single color is passed all neurons will
- cmap: str with name of a colormap: neurons are colored based on
their sequential order and cmap
- dict: a dictionary specifying a color for soma, dendrites and axon
actors, will be the same for all neurons
- list: a list of length = number of neurons with either a single
or a dictionary of colors for each neuron
:param alpha: float in range 0,1. Neurons transparency
:param neurite_radius: float > 0 , radius of tube actor representing