You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hisham edited this page Jul 11, 2025
·
3 revisions
Loading Data
Data from all sources is loaded into a consistent format, a class we call a Dataset. This class is essentially a wrapper for one or more Neurodata Without Borders (NWB) files containing the neural data of interest. If you'd like to load data from a new source, you'll need to write a loader module for that particular data source. Data is loaded using config files that have a standard format.