pynapple.io.interface_nwb.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:
FileNotFoundError – If path is invalid
RuntimeError – If file is not an instance of NWBFile