navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.interfaces.insectbrain_db.get_brain_meshes
          • get_brain_meshes()

    navis.interfaces.insectbrain_db.get_brain_meshes¶

    navis.interfaces.insectbrain_db.get_brain_meshes(species, combine=False)[source]¶

    Fetch brain meshes for given species.

    Parameters:
    • species (str | int) – Species for which to fetch brain volumes. Strings are interpreted as names (scientific or common), integers as IDs.

    • combine (bool, optional) – If True, will combine subvolumes (i.e. neuropils) into a single navis.Volume - else will return list with volumes.

    Return type:

    list of navis.Volume

    Examples

    >>> import navis
    >>> import navis.interfaces.insectbrain_db as ibdb
    >>> v = ibdb.get_brain_meshes('Desert Locust', combine_vols=True)
    >>> navis.plot3d(v)
    

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.