Skip to content

Loading Data

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.

Current Data Sources:

Z-Struct Data

Clone this wiki locally