clinicaio.subclasses.dataset#

BIDS parser.

Attributes#

Exceptions#

BIDSDatasetError

Exceptions raised by the parser.

Classes#

BIDSDataset

BIDS dataset parser.

Module Contents#

clinicaio.subclasses.dataset.LOGGER#
exception clinicaio.subclasses.dataset.BIDSDatasetError#

Bases: clinicaio.exception.BIDSPathError

Exceptions raised by the parser.

class clinicaio.subclasses.dataset.BIDSDataset#

Bases: clinicaio.directory.BIDSDirectory

BIDS dataset parser.

SUBCLASSES_BY_ENTITY#
dataset_description()#

Data from the dataset_description.json file.

property name: str#

The name of the dataset. REQUIRED.

property bids_version: str#

The version of the BIDS standard that was used. REQUIRED.