mne_bids.utils.get_kinds

mne_bids.utils.get_kinds(bids_root)[source]

Get list of data types (“kinds”) present in a BIDS dataset.

Parameters
bids_rootstr | pathlib.Path

Path to the root of the BIDS directory.

Returns
kindslist of str

List of the data types present in the BIDS dataset pointed to by bids_root.