sekupy.io.mambo module¶
- sekupy.io.mambo.load_bids_mambo_dataset(path, subj, task, **kwargs)[source]¶
Load a 2d dataset given the image path, the subject and the main folder of the data.
- 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