bids.variables.entities

Data classes for internal BIDS data hierarchy.

Classes

Node(level, entities)

Base class for objects that represent a single object in the BIDS hierarchy.

NodeIndex()

Represents the top level in a BIDS hierarchy.

RunInfo(entities, duration, tr, image, n_vols)

A namedtuple storing run-related information.

RunInfo_

alias of RunInfo

RunNode(entities, image_file, duration, ...)

Represents a single Run in a BIDS project.