load_nwb
load_nwb#
- syncopy.load_nwb(filename, memuse=3000, container=None)[source]#
Read contents of NWB files
- Parameters
- Returns
objdict – Any NWB TimeSeries-like data is imported into an
AnalogData
object. If the NWB file contains TTL pulse data, an additionalEventData
object is instantiated. The syncopy objects are returned as a dictionary whose keys are the base-names (sans path) of the corresponding files.- Return type