navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.example_volume
          • example_volume()

    navis.example_volume¶

    navis.example_volume(name)[source]¶

    Load an example volume.

    Volumes are in hemibrain space which means coordinates are in voxels at 8 x 8 x 8 nanometers/voxel.

    Parameters:

    name (str) –

    Name of available volume. Currently available:

    "LH" = lateral horn in hemibrain space
    "neuropil" = neuropil in hemibrain space
    

    Return type:

    navis.Volume

    Examples

    Load LH volume

    >>> import navis
    >>> lh = navis.example_volume('LH')
    

    Back to top

    Source

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