pynapple.io.NWBFile.__init__#

NWBFile.__init__(file, lazy_loading=True)[source]#
Parameters:
  • file (str or pynwb.file.NWBFile) – Valid file to a NWB file

  • lazy_loading (bool) – If True return a memory-view of the data, load otherwise.

Raises: