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

    navis.interfaces.insectbrain_db.get_skeletons¶

    navis.interfaces.insectbrain_db.get_skeletons(x, max_threads=4)[source]¶

    Fetch skeletons for given neuron(s).

    Parameters:
    • x (str | int | list thereof) – Name(s) or ID(s) of neurons you want to fetch.

    • 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('TUps2-2')
    

    Back to top

    Source

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