brainsets.utils.openneuro#
OpenNeuro utilities subpackage.
This package provides utilities for working with OpenNeuro datasets: - S3-based file listing and downloading - BIDS filename parsing for EEG recordings discovery - OpenNeuroPipeline base class and EEG/iEEG subclasses for building pipelines
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str |
|
Construct an S3 URL prefix for a recording. |
|
Download dataset_description.json from OpenNeuro S3. |
|
Download all files matching an S3 prefix pattern for a recording. |
|
Fetch the latest snapshot tag for an OpenNeuro dataset. |
|
Fetch all filenames for a given OpenNeuro dataset using AWS S3. |
|
Fetch and parse participants.tsv from OpenNeuro S3. |
|
Fetch species metadata for an OpenNeuro dataset from GraphQL. |
|
Abstract base class for OpenNeuro dataset pipelines. |
|
Object for parsing command line strings into Python objects. |