nwbInstallExtension

nwbInstallExtension(extensionNames, options)[source]

NWBINSTALLEXTENSION - Installs a specified NWB extension.

Syntax:

NWBINSTALLEXTENSION(extensionNames) installs Neurodata Without Borders (NWB) extensions to extend the functionality of the core NWB schemas. extensionNames is a scalar string or a string array, containing the name of one or more extensions from the Neurodata Extensions Catalog

Valid Extension Names (from https://nwb-extensions.github.io):
  • “ndx-miniscope”

  • “ndx-simulation-output”

  • “ndx-ecog”

  • “ndx-fret”

  • “ndx-icephys-meta”

  • “ndx-events”

  • “ndx-nirs”

  • “ndx-hierarchical-behavioral-data”

  • “ndx-sound”

  • “ndx-extract”

  • “ndx-photometry”

  • “ndx-acquisition-module”

  • “ndx-odor-metadata”

  • “ndx-whisk”

  • “ndx-ecg”

  • “ndx-franklab-novela”

  • “ndx-photostim”

  • “ndx-multichannel-volume”

  • “ndx-depth-moseq”

  • “ndx-probeinterface”

  • “ndx-dbs”

  • “ndx-hed”

  • “ndx-ophys-devices”

  • “ndx-microscopy”

  • “ndx-pose”

  • “ndx-fiber-photometry”

  • “ndx-binned-spikes”

Usage:

Example 1 - Install “ndx-miniscope” extension:

nwbInstallExtension("ndx-miniscope")

See also

matnwb.extension.listExtensions(), matnwb.extension.installExtension()