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

    navis.interfaces.insectbrain_db.get_skeletons_species¶

    navis.interfaces.insectbrain_db.get_skeletons_species(species, max_threads=4)[source]¶

    Fetch all skeletons for given species.

    Note that some neurons might have multiple reconstructions. They will show up with the same ID with different names.

    Parameters:
    • species (str | int) – Name or ID of a species to fetch skeletons for.

    • max_threads (int) – Number of parallel threads to use for fetching skeletons.

    Return type:

    navis.NeuronList

    Examples

    >>> import navis.interfaces.insectbrain_db as ibdb
    >>> neurons = ibdb.get_skeletons_species('Desert Locust')
    

    Back to top

    Source

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