sekupy.io.bids module¶
- sekupy.io.bids.add_bids_attributes(event_key, events, length, tr, onset_offset=0, extra_duration=0)[source]¶
- sekupy.io.bids.load_bids_dataset(path, subj, task, **kwargs)[source]¶
Load a 2d dataset.
- Parameters:
path (string) – specification of filepath to load
subj (string) – the id of the subject to load
task (string) – the experiment name
kwargs (keyword arguments) – Keyword arguments to format-specific load
- Returns:
ds – Instance of
sekupy.dataset.base.Dataset- Return type:
Dataset