Datasets¶
- pylossless.datasets.datasets.load_openneuro_bids(subject='pd6', timeout=20)¶
Download and Load BIDS dataset ds002778 from OpenNeuro.
- Parameters:
- subject
str The subject to load. Defaults to
"pd6".
- subject
- Returns:
- raw
mne.io.Raw The
Rawdata.- config
pylossless.config.Config The
Configobject that can be used to run the pipeline.- bids_path
mne_bids.BIDSPath The :class:
~mne_bids.BIDSPathinstance for the dataset.
- raw
Notes
This function will download the dataset to the current working directory. The dataset is from the “UC San Diego Resting State EEG Data from Patients with Parkinson’s Disease” study, curated by Alexander Rockhill.